Blue Atlas Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Atlas palette

Condividi questa palette a:

tavolozza dei colori Blue Atlas CSS

/* CSS */
.color-1 {
color: #1f3d5c;
}
.color-2 {
color: #2d6a8b;
}
.color-3 {
color: #4ea6b1;
}
.color-4 {
color: #7ad6d0;
}
.color-5 {
color: #a4efec;
}

/* CSS Variables */
:root {
--color-1: #1f3d5c;
--color-2: #2d6a8b;
--color-3: #4ea6b1;
--color-4: #7ad6d0;
--color-5: #a4efec;
}

CSS con gradiente di sfondo Blue Atlas

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d5c, #2d6a8b, #4ea6b1, #7ad6d0, #a4efec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d5c, #2d6a8b, #4ea6b1, #7ad6d0, #a4efec);
}

Blue Atlas color palette created on .