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: #ff5c8f;
}
.color-2 {
color: #ff8a8a;
}
.color-3 {
color: #ffb3ba;
}
.color-4 {
color: #ffdbb8;
}
.color-5 {
color: #ffc29e;
}
/* CSS Variables */
:root {
--color-1: #ff5c8f;
--color-2: #ff8a8a;
--color-3: #ffb3ba;
--color-4: #ffdbb8;
--color-5: #ffc29e;
}
Blushing Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8f, #ff8a8a, #ffb3ba, #ffdbb8, #ffc29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8f, #ff8a8a, #ffb3ba, #ffdbb8, #ffc29e);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Blushing Petals color palette created on .