Paleta de colores Spirit of the Schoolyard
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Spirit of the Schoolyard palette
CSS de la paleta de colores Spirit of the Schoolyard
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d95e9e;
}
.color-4 {
color: #602b91;
}
.color-5 {
color: #4a87e8;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #ff6e61;
--color-3: #d95e9e;
--color-4: #602b91;
--color-5: #4a87e8;
}
CSS del degradado de fondo Spirit of the Schoolyard
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #ff6e61, #d95e9e, #602b91, #4a87e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #ff6e61, #d95e9e, #602b91, #4a87e8);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Brillante
Spirit of the Schoolyard color palette created on .