Emu's Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emu's Whisper palette

Share this palette to:

Emu's Whisper color palette CSS

/* CSS */
.color-1 {
color: #f2e2a1;
}
.color-2 {
color: #d6a800;
}
.color-3 {
color: #c8b7c6;
}
.color-4 {
color: #b3e6d5;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f2e2a1;
--color-2: #d6a800;
--color-3: #c8b7c6;
--color-4: #b3e6d5;
--color-5: #000000;
}

Emu's Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2a1, #d6a800, #c8b7c6, #b3e6d5, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2a1, #d6a800, #c8b7c6, #b3e6d5, #000000);
}

Emu's Whisper color palette created on .