Faded Petals Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Faded Petals palette
Faded Petals color palette CSS
/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #d9a99b;
}
.color-3 {
color: #c38d88;
}
.color-4 {
color: #a77e7b;
}
.color-5 {
color: #7b5b5e;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #d9a99b;
--color-3: #c38d88;
--color-4: #a77e7b;
--color-5: #7b5b5e;
}
Faded Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #d9a99b, #c38d88, #a77e7b, #7b5b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #d9a99b, #c38d88, #a77e7b, #7b5b5e);
}
Similar color palettes
Faded Petals color palette created on .