Shades of Blue and Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue and Gold palette

Share this palette to:

Shades of Blue and Gold color palette CSS

/* CSS */
.color-1 {
color: #1c2c40;
}
.color-2 {
color: #f5c84d;
}
.color-3 {
color: #f9e4a4;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #1c2c40;
--color-2: #f5c84d;
--color-3: #f9e4a4;
--color-4: #f4a462;
--color-5: #2a9d90;
}

Shades of Blue and Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2c40, #f5c84d, #f9e4a4, #f4a462, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2c40, #f5c84d, #f9e4a4, #f4a462, #2a9d90);
}

Shades of Blue and Gold color palette created on .