Rose Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rose Shades palette
Rose Shades color palette CSS
/* CSS */
.color-1 {
color: #794e50;
}
.color-2 {
color: #a45b5d;
}
.color-3 {
color: #d17b7e;
}
.color-4 {
color: #f2b7b5;
}
.color-5 {
color: #f1d0d2;
}
/* CSS Variables */
:root {
--color-1: #794e50;
--color-2: #a45b5d;
--color-3: #d17b7e;
--color-4: #f2b7b5;
--color-5: #f1d0d2;
}
Rose Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794e50, #a45b5d, #d17b7e, #f2b7b5, #f1d0d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794e50, #a45b5d, #d17b7e, #f2b7b5, #f1d0d2);
}
Similar color palettes
Rose Shades color palette created on .