Sweet Indulgence Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Indulgence palette

Condividi questa palette a:

tavolozza dei colori Sweet Indulgence CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f9a4a4;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #ff3b38;
--color-4: #f9c54e;
--color-5: #f9a4a4;
}

CSS con gradiente di sfondo Sweet Indulgence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #ff3b38, #f9c54e, #f9a4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #ff3b38, #f9c54e, #f9a4a4);
}

Sweet Indulgence color palette created on .