Rose Candlelight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rose Candlelight palette
Rose Candlelight color palette CSS
/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #e6afad;
}
.color-3 {
color: #d78e8e;
}
.color-4 {
color: #c67b8e;
}
.color-5 {
color: #c57c8c;
}
/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #e6afad;
--color-3: #d78e8e;
--color-4: #c67b8e;
--color-5: #c57c8c;
}
Rose Candlelight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #e6afad, #d78e8e, #c67b8e, #c57c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #e6afad, #d78e8e, #c67b8e, #c57c8c);
}
Similar color palettes
Rose Candlelight color palette created on .