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: #fdf3e3;
}
.color-2 {
color: #faefb7;
}
.color-3 {
color: #dacfc3;
}
.color-4 {
color: #4d4f51;
}
.color-5 {
color: #bfa1a2;
}

/* CSS Variables */
:root {
--color-1: #fdf3e3;
--color-2: #faefb7;
--color-3: #dacfc3;
--color-4: #4d4f51;
--color-5: #bfa1a2;
}

CSS del degradado de fondo Whispers of Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf3e3, #faefb7, #dacfc3, #4d4f51, #bfa1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf3e3, #faefb7, #dacfc3, #4d4f51, #bfa1a2);
}

Paletas de colores similares

Whispers of Warmth color palette created on .