Paleta de colores Sunset Whiskers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Whiskers palette
CSS de la paleta de colores Sunset Whiskers
/* CSS */
.color-1 {
color: #e6b400;
}
.color-2 {
color: #f5c76b;
}
.color-3 {
color: #f9d89f;
}
.color-4 {
color: #f8b2a0;
}
.color-5 {
color: #d86f8d;
}
/* CSS Variables */
:root {
--color-1: #e6b400;
--color-2: #f5c76b;
--color-3: #f9d89f;
--color-4: #f8b2a0;
--color-5: #d86f8d;
}
CSS del degradado de fondo Sunset Whiskers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b400, #f5c76b, #f9d89f, #f8b2a0, #d86f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b400, #f5c76b, #f9d89f, #f8b2a0, #d86f8d);
}
Paletas de colores similares
Sunset Whiskers color palette created on .