Blushing Petals Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Petals palette
Blushing Petals color palette CSS
/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f3a5b2;
}
.color-3 {
color: #f2d4d6;
}
.color-4 {
color: #e6b3b8;
}
.color-5 {
color: #d09ab6;
}
/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f3a5b2;
--color-3: #f2d4d6;
--color-4: #e6b3b8;
--color-5: #d09ab6;
}
Blushing Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f3a5b2, #f2d4d6, #e6b3b8, #d09ab6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f3a5b2, #f2d4d6, #e6b3b8, #d09ab6);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Blushing Petals color palette created on .