Ethereal Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Whispers palette

Share this palette to:

Ethereal Whispers color palette 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;
}

Ethereal Whispers background gradient CSS

/* 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 .