Loading...
Shades of Blue and Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue and Gold palette
Download Shades of Blue and Gold Color Palette (PNG)
Shades of Blue and Gold color palette CSS
/* CSS */
.color-1 {
color: #4b3d8a;
}
.color-2 {
color: #6d63b0;
}
.color-3 {
color: #a7a5d9;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #d57a20;
}
/* CSS Variables */
:root {
--color-1: #4b3d8a;
--color-2: #6d63b0;
--color-3: #a7a5d9;
--color-4: #f7b32b;
--color-5: #d57a20;
}
Shades of Blue and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d8a, #6d63b0, #a7a5d9, #f7b32b, #d57a20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d8a, #6d63b0, #a7a5d9, #f7b32b, #d57a20);
}
Similar color palettes
Shades of Blue and Gold color palette created on .