Egyptian Sunsets Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Egyptian Sunsets palette
Color Inspiration
Images that showcase this color palette in real designs
Download Egyptian Sunsets Color Palette (PNG)
Egyptian Sunsets color palette CSS
/* CSS */
.color-1 {
color: #c87b1e;
}
.color-2 {
color: #d9a13f;
}
.color-3 {
color: #e4c14e;
}
.color-4 {
color: #efd67b;
}
.color-5 {
color: #f6e6a2;
}
/* CSS Variables */
:root {
--color-1: #c87b1e;
--color-2: #d9a13f;
--color-3: #e4c14e;
--color-4: #efd67b;
--color-5: #f6e6a2;
}
Egyptian Sunsets background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c87b1e, #d9a13f, #e4c14e, #efd67b, #f6e6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c87b1e, #d9a13f, #e4c14e, #efd67b, #f6e6a2);
}
Similar color palettes
Egyptian Sunsets color palette created on .