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