Paleta de colores Spirit of the Wolf
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Spirit of the Wolf palette
CSS de la paleta de colores Spirit of the Wolf
/* CSS */
.color-1 {
color: #00a8e0;
}
.color-2 {
color: #f5c72e;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #d83d22;
}
.color-5 {
color: #a42d90;
}
/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #f5c72e;
--color-3: #ff6d1f;
--color-4: #d83d22;
--color-5: #a42d90;
}
CSS del degradado de fondo Spirit of the Wolf
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #f5c72e, #ff6d1f, #d83d22, #a42d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #f5c72e, #ff6d1f, #d83d22, #a42d90);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Spirit of the Wolf color palette created on .