Paleta de colores Sweet Indulgence
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Indulgence palette
CSS de la paleta de colores Sweet Indulgence
/* CSS */
.color-1 {
color: #d79c3c;
}
.color-2 {
color: #c86b4c;
}
.color-3 {
color: #bc4e4e;
}
.color-4 {
color: #9a5b89;
}
.color-5 {
color: #6d508b;
}
/* CSS Variables */
:root {
--color-1: #d79c3c;
--color-2: #c86b4c;
--color-3: #bc4e4e;
--color-4: #9a5b89;
--color-5: #6d508b;
}
CSS del degradado de fondo Sweet Indulgence
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d79c3c, #c86b4c, #bc4e4e, #9a5b89, #6d508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d79c3c, #c86b4c, #bc4e4e, #9a5b89, #6d508b);
}
Paletas de colores similares
Sweet Indulgence color palette created on .