Paleta de colores Whispers of Warmth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Warmth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Warmth

/* CSS */
.color-1 {
color: #e6d4c1;
}
.color-2 {
color: #f0e1c7;
}
.color-3 {
color: #f9f2d2;
}
.color-4 {
color: #f4c5a9;
}
.color-5 {
color: #dfa59f;
}

/* CSS Variables */
:root {
--color-1: #e6d4c1;
--color-2: #f0e1c7;
--color-3: #f9f2d2;
--color-4: #f4c5a9;
--color-5: #dfa59f;
}

CSS del degradado de fondo Whispers of Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d4c1, #f0e1c7, #f9f2d2, #f4c5a9, #dfa59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d4c1, #f0e1c7, #f9f2d2, #f4c5a9, #dfa59f);
}

Whispers of Warmth color palette created on .