Sugar Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sugar Blossom palette
Download Sugar Blossom Color Palette (PNG)
Sugar Blossom color palette CSS
/* CSS */
.color-1 {
color: #f3d8de;
}
.color-2 {
color: #f5b7c4;
}
.color-3 {
color: #f29d9c;
}
.color-4 {
color: #ea6c7f;
}
.color-5 {
color: #d4596b;
}
/* CSS Variables */
:root {
--color-1: #f3d8de;
--color-2: #f5b7c4;
--color-3: #f29d9c;
--color-4: #ea6c7f;
--color-5: #d4596b;
}
Sugar Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d8de, #f5b7c4, #f29d9c, #ea6c7f, #d4596b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d8de, #f5b7c4, #f29d9c, #ea6c7f, #d4596b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sugar Blossom color palette created on .