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: #e1eaef;
}
.color-2 {
color: #a6bdd3;
}
.color-3 {
color: #b6b38b;
}
.color-4 {
color: #8f8642;
}
.color-5 {
color: #72859d;
}

/* CSS Variables */
:root {
--color-1: #e1eaef;
--color-2: #a6bdd3;
--color-3: #b6b38b;
--color-4: #8f8642;
--color-5: #72859d;
}

CSS del degradado de fondo Whispers of Tranquil Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1eaef, #a6bdd3, #b6b38b, #8f8642, #72859d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1eaef, #a6bdd3, #b6b38b, #8f8642, #72859d);
}

Whispers of Tranquil Earth color palette created on .