Paleta de colores Scarlet Sunshine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Scarlet Sunshine palette
CSS de la paleta de colores Scarlet Sunshine
/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #d7593c;
}
.color-3 {
color: #e6a14c;
}
.color-4 {
color: #f1d46a;
}
.color-5 {
color: #f8f0af;
}
/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #d7593c;
--color-3: #e6a14c;
--color-4: #f1d46a;
--color-5: #f8f0af;
}
CSS del degradado de fondo Scarlet Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #d7593c, #e6a14c, #f1d46a, #f8f0af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #d7593c, #e6a14c, #f1d46a, #f8f0af);
}
Paletas de colores similares
Scarlet Sunshine color palette created on .