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