Heian Joy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heian Joy palette

Share this palette to:

Heian Joy color palette PNG image

Download heian joy color palette PNG image (landscape)
Download heian joy color palette PNG image (square)

Heian Joy color palette CSS

/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #f0a800;
--color-3: #f4cf3e;
--color-4: #e77e23;
--color-5: #d15400;
}

Heian Joy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #f0a800, #f4cf3e, #e77e23, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #f0a800, #f4cf3e, #e77e23, #d15400);
}

Heian Joy color palette created on .