Golden Egyptian Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Egyptian palette

Share this palette to:

Golden Egyptian color palette CSS

/* CSS */
.color-1 {
color: #e6b400;
}
.color-2 {
color: #d1a000;
}
.color-3 {
color: #a86d00;
}
.color-4 {
color: #7a4e00;
}
.color-5 {
color: #4d3d00;
}

/* CSS Variables */
:root {
--color-1: #e6b400;
--color-2: #d1a000;
--color-3: #a86d00;
--color-4: #7a4e00;
--color-5: #4d3d00;
}

Golden Egyptian background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b400, #d1a000, #a86d00, #7a4e00, #4d3d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b400, #d1a000, #a86d00, #7a4e00, #4d3d00);
}

Golden Egyptian color palette created on .