Sugar Dust Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sugar Dust Delight palette
Sugar Dust Delight color palette CSS
/* CSS */
.color-1 {
color: #f3d7c9;
}
.color-2 {
color: #f1b3a7;
}
.color-3 {
color: #e6876b;
}
.color-4 {
color: #d6663d;
}
.color-5 {
color: #a54b27;
}
/* CSS Variables */
:root {
--color-1: #f3d7c9;
--color-2: #f1b3a7;
--color-3: #e6876b;
--color-4: #d6663d;
--color-5: #a54b27;
}
Sugar Dust Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d7c9, #f1b3a7, #e6876b, #d6663d, #a54b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d7c9, #f1b3a7, #e6876b, #d6663d, #a54b27);
}
Similar color palettes
Sugar Dust Delight color palette created on .