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: #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 del degradado de fondo 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rojo
Sweet Indulgence color palette created on .