Paleta de colores Whiskers in Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whiskers in Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Whiskers in Sunset

/* CSS */
.color-1 {
color: #f9c85d;
}
.color-2 {
color: #e57b1f;
}
.color-3 {
color: #b44f2d;
}
.color-4 {
color: #8c3b4b;
}
.color-5 {
color: #5a2a3b;
}

/* CSS Variables */
:root {
--color-1: #f9c85d;
--color-2: #e57b1f;
--color-3: #b44f2d;
--color-4: #8c3b4b;
--color-5: #5a2a3b;
}

CSS del degradado de fondo Whiskers in Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c85d, #e57b1f, #b44f2d, #8c3b4b, #5a2a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c85d, #e57b1f, #b44f2d, #8c3b4b, #5a2a3b);
}

Whiskers in Sunset color palette created on .