Paleta de colores Whiskers of Twilight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whiskers of Twilight palette

Compartir esta paleta en:

CSS de la paleta de colores Whiskers of Twilight

/* CSS */
.color-1 {
color: #f5c5a3;
}
.color-2 {
color: #e3a6a1;
}
.color-3 {
color: #d56c8d;
}
.color-4 {
color: #b2579e;
}
.color-5 {
color: #7c2db9;
}

/* CSS Variables */
:root {
--color-1: #f5c5a3;
--color-2: #e3a6a1;
--color-3: #d56c8d;
--color-4: #b2579e;
--color-5: #7c2db9;
}

CSS del degradado de fondo Whiskers of Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c5a3, #e3a6a1, #d56c8d, #b2579e, #7c2db9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c5a3, #e3a6a1, #d56c8d, #b2579e, #7c2db9);
}

Whiskers of Twilight color palette created on .