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