Ethereal Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Whispers palette

Condividi questa palette a:

tavolozza dei colori Ethereal Whispers CSS

/* 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 con gradiente di sfondo 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 .