Shades of Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue CSS

/* CSS */
.color-1 {
color: #002c47;
}
.color-2 {
color: #004b6b;
}
.color-3 {
color: #006c94;
}
.color-4 {
color: #007db3;
}
.color-5 {
color: #0096db;
}

/* CSS Variables */
:root {
--color-1: #002c47;
--color-2: #004b6b;
--color-3: #006c94;
--color-4: #007db3;
--color-5: #0096db;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002c47, #004b6b, #006c94, #007db3, #0096db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002c47, #004b6b, #006c94, #007db3, #0096db);
}

Shades of Blue color palette created on .