Paleta de colores Colors of Scaramouche
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Colors of Scaramouche palette
CSS de la paleta de colores Colors of Scaramouche
/* CSS */
.color-1 {
color: #e5b62a;
}
.color-2 {
color: #ef6c6c;
}
.color-3 {
color: #7e4b8b;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #f2cfc0;
}
/* CSS Variables */
:root {
--color-1: #e5b62a;
--color-2: #ef6c6c;
--color-3: #7e4b8b;
--color-4: #4b91e2;
--color-5: #f2cfc0;
}
CSS del degradado de fondo Colors of Scaramouche
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b62a, #ef6c6c, #7e4b8b, #4b91e2, #f2cfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b62a, #ef6c6c, #7e4b8b, #4b91e2, #f2cfc0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Colors of Scaramouche color palette created on .