Golden Aegean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Aegean palette
Golden Aegean color palette CSS
/* CSS */
.color-1 {
color: #d6c77a;
}
.color-2 {
color: #c1b59f;
}
.color-3 {
color: #a48b74;
}
.color-4 {
color: #a4b8d6;
}
.color-5 {
color: #e3cab5;
}
/* CSS Variables */
:root {
--color-1: #d6c77a;
--color-2: #c1b59f;
--color-3: #a48b74;
--color-4: #a4b8d6;
--color-5: #e3cab5;
}
Golden Aegean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c77a, #c1b59f, #a48b74, #a4b8d6, #e3cab5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c77a, #c1b59f, #a48b74, #a4b8d6, #e3cab5);
}
Similar color palettes
Golden Aegean color palette created on .