Joy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Joy palette

Share this palette to:

Download Joy Color Palette (PNG)

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

Joy color palette CSS

/* CSS */
.color-1 {
color: #ddb65a;
}
.color-2 {
color: #dd8255;
}
.color-3 {
color: #96ab69;
}
.color-4 {
color: #3a6e82;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ddb65a;
--color-2: #dd8255;
--color-3: #96ab69;
--color-4: #3a6e82;
--color-5: #000000;
}

Joy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddb65a, #dd8255, #96ab69, #3a6e82, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddb65a, #dd8255, #96ab69, #3a6e82, #000000);
}

Joy color palette created on .