Rosewood Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rosewood Shades palette
Rosewood Shades color palette CSS
/* CSS */
.color-1 {
color: #66000c;
}
.color-2 {
color: #a30016;
}
.color-3 {
color: #d60027;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--color-1: #66000c;
--color-2: #a30016;
--color-3: #d60027;
--color-4: #ff6e61;
--color-5: #ffb3b3;
}
Rosewood Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66000c, #a30016, #d60027, #ff6e61, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66000c, #a30016, #d60027, #ff6e61, #ffb3b3);
}
Similar color palettes
Rosewood Shades color palette created on .