Paleta de colores Whispers of Warmth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Warmth palette
CSS de la paleta de colores Whispers of Warmth
/* CSS */
.color-1 {
color: #f1e9df;
}
.color-2 {
color: #d5c4ae;
}
.color-3 {
color: #c6b195;
}
.color-4 {
color: #b9a07e;
}
.color-5 {
color: #a88961;
}
/* CSS Variables */
:root {
--color-1: #f1e9df;
--color-2: #d5c4ae;
--color-3: #c6b195;
--color-4: #b9a07e;
--color-5: #a88961;
}
CSS del degradado de fondo Whispers of Warmth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9df, #d5c4ae, #c6b195, #b9a07e, #a88961);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9df, #d5c4ae, #c6b195, #b9a07e, #a88961);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 6 paletas de colores Soft beige
Whispers of Warmth color palette created on .