Withered Roses Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Withered Roses palette
Color Inspiration
Images that showcase this color palette in real designs
Download Withered Roses Color Palette (PNG)
Withered Roses color palette CSS
/* CSS */
.color-1 {
color: #6a4b77;
}
.color-2 {
color: #b77b8e;
}
.color-3 {
color: #d3a49c;
}
.color-4 {
color: #f2d4ba;
}
.color-5 {
color: #f6e4c1;
}
/* CSS Variables */
:root {
--color-1: #6a4b77;
--color-2: #b77b8e;
--color-3: #d3a49c;
--color-4: #f2d4ba;
--color-5: #f6e4c1;
}
Withered Roses background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4b77, #b77b8e, #d3a49c, #f2d4ba, #f6e4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4b77, #b77b8e, #d3a49c, #f2d4ba, #f6e4c1);
}
Similar color palettes
Withered Roses color palette created on .