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