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: #e2d2b1;
}
.color-2 {
color: #b6bac3;
}
.color-3 {
color: #8da7c3;
}
.color-4 {
color: #9ea432;
}
.color-5 {
color: #6794c1;
}

/* CSS Variables */
:root {
--color-1: #e2d2b1;
--color-2: #b6bac3;
--color-3: #8da7c3;
--color-4: #9ea432;
--color-5: #6794c1;
}

CSS del degradado de fondo Whispers of Tranquil Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d2b1, #b6bac3, #8da7c3, #9ea432, #6794c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d2b1, #b6bac3, #8da7c3, #9ea432, #6794c1);
}

Whispers of Tranquil Earth color palette created on .