Blush Petals Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Petals palette
Blush Petals color palette CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #eab8b8;
}
.color-3 {
color: #e6a7a7;
}
.color-4 {
color: #d9a1a1;
}
.color-5 {
color: #c88989;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #eab8b8;
--color-3: #e6a7a7;
--color-4: #d9a1a1;
--color-5: #c88989;
}
Blush Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #eab8b8, #e6a7a7, #d9a1a1, #c88989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #eab8b8, #e6a7a7, #d9a1a1, #c88989);
}
Similar color palettes
Blush Petals color palette created on .