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