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: #003975;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #00a4d1;
}
.color-4 {
color: #00bbe6;
}
.color-5 {
color: #a6d9e8;
}

/* CSS Variables */
:root {
--color-1: #003975;
--color-2: #0076a8;
--color-3: #00a4d1;
--color-4: #00bbe6;
--color-5: #a6d9e8;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003975, #0076a8, #00a4d1, #00bbe6, #a6d9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003975, #0076a8, #00a4d1, #00bbe6, #a6d9e8);
}

Shades of Blue color palette created on .