Ancient Egypt Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ancient Egypt palette
Ancient Egypt color palette PNG image
Ancient Egypt color palette CSS
/* CSS */
.color-1 {
color: #e4c358;
}
.color-2 {
color: #d6982e;
}
.color-3 {
color: #c66e2f;
}
.color-4 {
color: #5e4c3b;
}
.color-5 {
color: #1d396d;
}
/* CSS Variables */
:root {
--color-1: #e4c358;
--color-2: #d6982e;
--color-3: #c66e2f;
--color-4: #5e4c3b;
--color-5: #1d396d;
}
Ancient Egypt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c358, #d6982e, #c66e2f, #5e4c3b, #1d396d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c358, #d6982e, #c66e2f, #5e4c3b, #1d396d);
}
Similar color palettes
Ancient Egypt color palette created on .