Sweet Blossom Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Blossom Dream palette
Sweet Blossom Dream color palette CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9e66;
}
.color-4 {
color: #f6d8a7;
}
.color-5 {
color: #ffec99;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff9e66;
--color-4: #f6d8a7;
--color-5: #ffec99;
}
Sweet Blossom Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff9e66, #f6d8a7, #ffec99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff9e66, #f6d8a7, #ffec99);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Sweet Blossom Dream color palette created on .