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: #ff7092;
}
.color-2 {
color: #ff9ebb;
}
.color-3 {
color: #ffb3d6;
}
.color-4 {
color: #ffccf2;
}
.color-5 {
color: #ffe0ef;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9ebb;
--color-3: #ffb3d6;
--color-4: #ffccf2;
--color-5: #ffe0ef;
}
Blushing Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9ebb, #ffb3d6, #ffccf2, #ffe0ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9ebb, #ffb3d6, #ffccf2, #ffe0ef);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blushing Petals color palette created on .