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: #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;
}

Ethereal Whispers background gradient CSS

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