Sweet Confection Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sweet Confection palette
tavolozza dei colori Sweet Confection CSS
/* CSS */
.color-1 {
color: #f2d4c4;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #d4928c;
}
.color-4 {
color: #c67b7b;
}
.color-5 {
color: #b55e6e;
}
/* CSS Variables */
:root {
--color-1: #f2d4c4;
--color-2: #e3b8a1;
--color-3: #d4928c;
--color-4: #c67b7b;
--color-5: #b55e6e;
}
CSS con gradiente di sfondo Sweet Confection
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d4c4, #e3b8a1, #d4928c, #c67b7b, #b55e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d4c4, #e3b8a1, #d4928c, #c67b7b, #b55e6e);
}
Tavolozze di colori simili
Sweet Confection color palette created on .