Paleta de colores Whispers of Earth and Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Earth and Sky palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Earth and Sky

/* CSS */
.color-1 {
color: #d9e3de;
}
.color-2 {
color: #ee9486;
}
.color-3 {
color: #6c9eac;
}
.color-4 {
color: #a6603a;
}
.color-5 {
color: #4e3e36;
}

/* CSS Variables */
:root {
--color-1: #d9e3de;
--color-2: #ee9486;
--color-3: #6c9eac;
--color-4: #a6603a;
--color-5: #4e3e36;
}

CSS del degradado de fondo Whispers of Earth and Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e3de, #ee9486, #6c9eac, #a6603a, #4e3e36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e3de, #ee9486, #6c9eac, #a6603a, #4e3e36);
}

Whispers of Earth and Sky color palette created on .