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