Roses of Winter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Roses of Winter palette
Roses of Winter color palette CSS
/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #a54a72;
}
.color-3 {
color: #d09d9a;
}
.color-4 {
color: #e5ba9f;
}
.color-5 {
color: #e8d4bf;
}
/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #a54a72;
--color-3: #d09d9a;
--color-4: #e5ba9f;
--color-5: #e8d4bf;
}
Roses of Winter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #a54a72, #d09d9a, #e5ba9f, #e8d4bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #a54a72, #d09d9a, #e5ba9f, #e8d4bf);
}
Similar color palettes
Roses of Winter color palette created on .