Golden Harvest Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Harvest Whisper palette

Share this palette to:

Golden Harvest Whisper color palette CSS

/* CSS */
.color-1 {
color: #f5d8a3;
}
.color-2 {
color: #e3af8c;
}
.color-3 {
color: #d5916c;
}
.color-4 {
color: #b66a3e;
}
.color-5 {
color: #7e4d20;
}

/* CSS Variables */
:root {
--color-1: #f5d8a3;
--color-2: #e3af8c;
--color-3: #d5916c;
--color-4: #b66a3e;
--color-5: #7e4d20;
}

Golden Harvest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d8a3, #e3af8c, #d5916c, #b66a3e, #7e4d20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d8a3, #e3af8c, #d5916c, #b66a3e, #7e4d20);
}

Golden Harvest Whisper color palette created on .