Paleta de colores Whiskey Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whiskey Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Whiskey Whisper

/* CSS */
.color-1 {
color: #c78b3d;
}
.color-2 {
color: #d8ac5f;
}
.color-3 {
color: #e8c58d;
}
.color-4 {
color: #f4d99a;
}
.color-5 {
color: #f9e29f;
}

/* CSS Variables */
:root {
--color-1: #c78b3d;
--color-2: #d8ac5f;
--color-3: #e8c58d;
--color-4: #f4d99a;
--color-5: #f9e29f;
}

CSS del degradado de fondo Whiskey Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c78b3d, #d8ac5f, #e8c58d, #f4d99a, #f9e29f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c78b3d, #d8ac5f, #e8c58d, #f4d99a, #f9e29f);
}

Whiskey Whisper color palette created on .