Blue and Gold Achievements Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue and Gold Achievements palette
Blue and Gold Achievements color palette CSS
/* CSS */
.color-1 {
color: #599bd4;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f26c5a;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #599bd4;
--color-2: #f9c54e;
--color-3: #f6b83c;
--color-4: #f26c5a;
--color-5: #d8544f;
}
Blue and Gold Achievements background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #599bd4, #f9c54e, #f6b83c, #f26c5a, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #599bd4, #f9c54e, #f6b83c, #f26c5a, #d8544f);
}
Similar color palettes
Scroll down to explore 300 Blue color palettes
Blue and Gold Achievements color palette created on .