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: #d60032;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb5b3;
}
.color-4 {
color: #6f4c3e;
}
.color-5 {
color: #fff1e5;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6e61;
--color-3: #ffb5b3;
--color-4: #6f4c3e;
--color-5: #fff1e5;
}

CSS con gradiente di sfondo Sweet Indulgence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6e61, #ffb5b3, #6f4c3e, #fff1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6e61, #ffb5b3, #6f4c3e, #fff1e5);
}

Sweet Indulgence color palette created on .