Golden Key Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Key palette

Share this palette to:

Golden Key color palette CSS

/* CSS */
.color-1 {
color: #e4b23f;
}
.color-2 {
color: #f5c75b;
}
.color-3 {
color: #f2e67d;
}
.color-4 {
color: #8feb70;
}
.color-5 {
color: #4abf8c;
}

/* CSS Variables */
:root {
--color-1: #e4b23f;
--color-2: #f5c75b;
--color-3: #f2e67d;
--color-4: #8feb70;
--color-5: #4abf8c;
}

Golden Key background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b23f, #f5c75b, #f2e67d, #8feb70, #4abf8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b23f, #f5c75b, #f2e67d, #8feb70, #4abf8c);
}

Golden Key color palette created on .