ColorsPaletteTool

Brand

Rose Tech Color Palette

Warm technology palette with polished contrast. Re-select individual colors or adjust brightness, saturation, and warmth across the palette.

Primary

rgb(255, 240, 241)

Secondary

rgb(253, 165, 175)

Accent

rgb(244, 62, 92)

Deep

rgb(124, 59, 237)

Light

rgb(39, 39, 42)

Adjust palette

Tune the full palette while keeping individual color choices editable.

Export for design and code

Download a palette image or copy CSS generated from the current adjusted colors.

Palette PNG Preview
#FFF0F1#FDA5AF#F43E5C#7C3BED#27272A
Linear Gradient Preview

Preview of the gradient background generated from this palette.

Rose Tech CSS

/* CSS */
.color-1 {
  color: #FFF0F1;
}
.color-2 {
  color: #FDA5AF;
}
.color-3 {
  color: #F43E5C;
}
.color-4 {
  color: #7C3BED;
}
.color-5 {
  color: #27272A;
}

/* CSS Variables */
:root {
  --color-1: #FFF0F1;
  --color-2: #FDA5AF;
  --color-3: #F43E5C;
  --color-4: #7C3BED;
  --color-5: #27272A;
}

Rose Tech Linear Gradient CSS

/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #FFF0F1, #FDA5AF, #F43E5C, #7C3BED, #27272A);
}