Hyrule Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hyrule Harvest palette

Share this palette to:

Hyrule Harvest color palette CSS

/* CSS */
.color-1 {
color: #3e7e59;
}
.color-2 {
color: #7cbe64;
}
.color-3 {
color: #b2e2a7;
}
.color-4 {
color: #f9e39a;
}
.color-5 {
color: #f3b75e;
}

/* CSS Variables */
:root {
--color-1: #3e7e59;
--color-2: #7cbe64;
--color-3: #b2e2a7;
--color-4: #f9e39a;
--color-5: #f3b75e;
}

Hyrule Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e7e59, #7cbe64, #b2e2a7, #f9e39a, #f3b75e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e7e59, #7cbe64, #b2e2a7, #f9e39a, #f3b75e);
}

Hyrule Harvest color palette created on .