Copper Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Copper Blue palette

Share this palette to:

Copper Blue color palette CSS

/* CSS */
.color-1 {
color: #1f4e7a;
}
.color-2 {
color: #3a7d92;
}
.color-3 {
color: #6bb8a3;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d86c31;
}

/* CSS Variables */
:root {
--color-1: #1f4e7a;
--color-2: #3a7d92;
--color-3: #6bb8a3;
--color-4: #f0a800;
--color-5: #d86c31;
}

Copper Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e7a, #3a7d92, #6bb8a3, #f0a800, #d86c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e7a, #3a7d92, #6bb8a3, #f0a800, #d86c31);
}

Copper Blue color palette created on .