Paleta de colores Sweet Indulgence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Indulgence palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Indulgence

/* CSS */
.color-1 {
color: #f6e1b6;
}
.color-2 {
color: #d3a778;
}
.color-3 {
color: #9f4d3c;
}
.color-4 {
color: #8b3c4a;
}
.color-5 {
color: #4a2b3d;
}

/* CSS Variables */
:root {
--color-1: #f6e1b6;
--color-2: #d3a778;
--color-3: #9f4d3c;
--color-4: #8b3c4a;
--color-5: #4a2b3d;
}

CSS del degradado de fondo Sweet Indulgence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b6, #d3a778, #9f4d3c, #8b3c4a, #4a2b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b6, #d3a778, #9f4d3c, #8b3c4a, #4a2b3d);
}

Sweet Indulgence color palette created on .