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: #afb3c0;
}
.color-2 {
color: #d1d4e0;
}
.color-3 {
color: #e8e9f3;
}
.color-4 {
color: #f5f5f9;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #afb3c0;
--color-2: #d1d4e0;
--color-3: #e8e9f3;
--color-4: #f5f5f9;
--color-5: #ffffff;
}

CSS del degradado de fondo Ethereal Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb3c0, #d1d4e0, #e8e9f3, #f5f5f9, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb3c0, #d1d4e0, #e8e9f3, #f5f5f9, #ffffff);
}

Ethereal Whispers color palette created on .