Golden Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Whisper palette

Share this palette to:

Golden Whisper color palette CSS

/* CSS */
.color-1 {
color: #e3b235;
}
.color-2 {
color: #f6c960;
}
.color-3 {
color: #f9d88b;
}
.color-4 {
color: #f6e8a2;
}
.color-5 {
color: #d4c25e;
}

/* CSS Variables */
:root {
--color-1: #e3b235;
--color-2: #f6c960;
--color-3: #f9d88b;
--color-4: #f6e8a2;
--color-5: #d4c25e;
}

Golden Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b235, #f6c960, #f9d88b, #f6e8a2, #d4c25e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b235, #f6c960, #f9d88b, #f6e8a2, #d4c25e);
}

Golden Whisper color palette created on .