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