Golden Coko Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Coko palette

Share this palette to:

Golden Coko color palette CSS

/* CSS */
.color-1 {
color: #d3b81d;
}
.color-2 {
color: #e8c84a;
}
.color-3 {
color: #f2e288;
}
.color-4 {
color: #f9d88b;
}
.color-5 {
color: #f4c3a9;
}

/* CSS Variables */
:root {
--color-1: #d3b81d;
--color-2: #e8c84a;
--color-3: #f2e288;
--color-4: #f9d88b;
--color-5: #f4c3a9;
}

Golden Coko background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b81d, #e8c84a, #f2e288, #f9d88b, #f4c3a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b81d, #e8c84a, #f2e288, #f9d88b, #f4c3a9);
}

Golden Coko color palette created on .