Golden Meadow Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Meadow Whisper palette

Share this palette to:

Golden Meadow Whisper color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f3c239;
}
.color-4 {
color: #f1df5b;
}
.color-5 {
color: #f7e7b6;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f5a524;
--color-3: #f3c239;
--color-4: #f1df5b;
--color-5: #f7e7b6;
}

Golden Meadow Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f5a524, #f3c239, #f1df5b, #f7e7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f5a524, #f3c239, #f1df5b, #f7e7b6);
}

Golden Meadow Whisper color palette created on .