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: #f3a949;
}
.color-2 {
color: #f6c40e;
}
.color-3 {
color: #e4e95d;
}
.color-4 {
color: #8cd4c2;
}
.color-5 {
color: #506e91;
}
/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #f6c40e;
--color-3: #e4e95d;
--color-4: #8cd4c2;
--color-5: #506e91;
}
Golden Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #f6c40e, #e4e95d, #8cd4c2, #506e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #f6c40e, #e4e95d, #8cd4c2, #506e91);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Golden Aqua color palette created on .