Blue Atlas Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Atlas palette

Share this palette to:

Blue Atlas color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #396989;
}
.color-3 {
color: #5eb2c5;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #396989;
--color-3: #5eb2c5;
--color-4: #f1b74b;
--color-5: #e76e50;
}

Blue Atlas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #396989, #5eb2c5, #f1b74b, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #396989, #5eb2c5, #f1b74b, #e76e50);
}

Blue Atlas color palette created on .