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