Hyrule Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hyrule Harmony palette

Share this palette to:

Hyrule Harmony color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #a4c1ae;
}
.color-3 {
color: #699b84;
}
.color-4 {
color: #3e7e76;
}
.color-5 {
color: #304b50;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #a4c1ae;
--color-3: #699b84;
--color-4: #3e7e76;
--color-5: #304b50;
}

Hyrule Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #a4c1ae, #699b84, #3e7e76, #304b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #a4c1ae, #699b84, #3e7e76, #304b50);
}

Hyrule Harmony color palette created on .