Gold and Aqua Mix Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gold and Aqua Mix palette
Gold and Aqua Mix color palette CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #a6d7e7;
}
.color-3 {
color: #f6d58e;
}
.color-4 {
color: #c3b0e3;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #a6d7e7;
--color-3: #f6d58e;
--color-4: #c3b0e3;
--color-5: #f5a300;
}
Gold and Aqua Mix background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #a6d7e7, #f6d58e, #c3b0e3, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #a6d7e7, #f6d58e, #c3b0e3, #f5a300);
}
Similar color palettes
Scroll down to explore 3 Amber color palettes
Gold and Aqua Mix color palette created on .