Paleta de colores Sunset Grind
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Grind palette
CSS de la paleta de colores Sunset Grind
/* CSS */
.color-1 {
color: #ff8b42;
}
.color-2 {
color: #ffbd52;
}
.color-3 {
color: #ffdc6b;
}
.color-4 {
color: #fff29e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff8b42;
--color-2: #ffbd52;
--color-3: #ffdc6b;
--color-4: #fff29e;
--color-5: #ff6e61;
}
CSS del degradado de fondo Sunset Grind
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8b42, #ffbd52, #ffdc6b, #fff29e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8b42, #ffbd52, #ffdc6b, #fff29e, #ff6e61);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Verano
Sunset Grind color palette created on .