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: #f1eee4;
}
.color-2 {
color: #eae8dc;
}
.color-3 {
color: #ebe6db;
}
.color-4 {
color: #eae6dc;
}
.color-5 {
color: #d3d1bb;
}

/* CSS Variables */
:root {
--color-1: #f1eee4;
--color-2: #eae8dc;
--color-3: #ebe6db;
--color-4: #eae6dc;
--color-5: #d3d1bb;
}

CSS del degradado de fondo Whispers of Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1eee4, #eae8dc, #ebe6db, #eae6dc, #d3d1bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1eee4, #eae8dc, #ebe6db, #eae6dc, #d3d1bb);
}

Whispers of Warmth color palette created on .