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: #f6b1c4;
}
.color-2 {
color: #f4a4b7;
}
.color-3 {
color: #f39bb2;
}
.color-4 {
color: #f099b6;
}
.color-5 {
color: #e882a7;
}
/* CSS Variables */
:root {
--color-1: #f6b1c4;
--color-2: #f4a4b7;
--color-3: #f39bb2;
--color-4: #f099b6;
--color-5: #e882a7;
}
Blushing Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b1c4, #f4a4b7, #f39bb2, #f099b6, #e882a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b1c4, #f4a4b7, #f39bb2, #f099b6, #e882a7);
}
Similar color palettes
Blushing Petals color palette created on .