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