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