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