Luminous Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luminous Whisper palette

Share this palette to:

Luminous Whisper color palette CSS

/* CSS */
.color-1 {
color: #fedf6c;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #a2d7d6;
}
.color-4 {
color: #b5e0a3;
}
.color-5 {
color: #ffe8b8;
}

/* CSS Variables */
:root {
--color-1: #fedf6c;
--color-2: #f1a7b2;
--color-3: #a2d7d6;
--color-4: #b5e0a3;
--color-5: #ffe8b8;
}

Luminous Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fedf6c, #f1a7b2, #a2d7d6, #b5e0a3, #ffe8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fedf6c, #f1a7b2, #a2d7d6, #b5e0a3, #ffe8b8);
}

Luminous Whisper color palette created on .