Sugar Dust Dreams Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sugar Dust Dreams palette
tavolozza dei colori Sugar Dust Dreams 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;
}
CSS con gradiente di sfondo Sugar Dust Dreams
/* 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);
}
Tavolozze di colori simili
Sugar Dust Dreams color palette created on .