Paleta de colores Whispers of Tranquil Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Tranquil Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Tranquil Earth

/* CSS */
.color-1 {
color: #f9fafb;
}
.color-2 {
color: #d2dbdf;
}
.color-3 {
color: #d4bf77;
}
.color-4 {
color: #8ebeb8;
}
.color-5 {
color: #97a470;
}

/* CSS Variables */
:root {
--color-1: #f9fafb;
--color-2: #d2dbdf;
--color-3: #d4bf77;
--color-4: #8ebeb8;
--color-5: #97a470;
}

CSS del degradado de fondo Whispers of Tranquil Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fafb, #d2dbdf, #d4bf77, #8ebeb8, #97a470);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fafb, #d2dbdf, #d4bf77, #8ebeb8, #97a470);
}

Whispers of Tranquil Earth color palette created on .