Shades of Blue and Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue and Gold palette
Shades of Blue and Gold color palette CSS
/* CSS */
.color-1 {
color: #1c7a8d;
}
.color-2 {
color: #f9b248;
}
.color-3 {
color: #f5e85c;
}
.color-4 {
color: #e05e3e;
}
.color-5 {
color: #793950;
}
/* CSS Variables */
:root {
--color-1: #1c7a8d;
--color-2: #f9b248;
--color-3: #f5e85c;
--color-4: #e05e3e;
--color-5: #793950;
}
Shades of Blue and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7a8d, #f9b248, #f5e85c, #e05e3e, #793950);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7a8d, #f9b248, #f5e85c, #e05e3e, #793950);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Shades of Blue and Gold color palette created on .