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: #f9f0e1;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #f2a67d;
}
.color-4 {
color: #e87a59;
}
.color-5 {
color: #d4552b;
}

/* CSS Variables */
:root {
--color-1: #f9f0e1;
--color-2: #f7d7a6;
--color-3: #f2a67d;
--color-4: #e87a59;
--color-5: #d4552b;
}

CSS del degradado de fondo Whispers of Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f0e1, #f7d7a6, #f2a67d, #e87a59, #d4552b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f0e1, #f7d7a6, #f2a67d, #e87a59, #d4552b);
}

Whispers of Warmth color palette created on .