Paleta de colores Ethereal Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Whispers palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Whispers

/* CSS */
.color-1 {
color: #e4e9f1;
}
.color-2 {
color: #b4c8e9;
}
.color-3 {
color: #8ca6d9;
}
.color-4 {
color: #6a8dd7;
}
.color-5 {
color: #4b6cbe;
}

/* CSS Variables */
:root {
--color-1: #e4e9f1;
--color-2: #b4c8e9;
--color-3: #8ca6d9;
--color-4: #6a8dd7;
--color-5: #4b6cbe;
}

CSS del degradado de fondo Ethereal Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e9f1, #b4c8e9, #8ca6d9, #6a8dd7, #4b6cbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e9f1, #b4c8e9, #8ca6d9, #6a8dd7, #4b6cbe);
}

Ethereal Whispers color palette created on .