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: #006c94;
}
.color-2 {
color: #0095c7;
}
.color-3 {
color: #00b2d6;
}
.color-4 {
color: #8fe1ef;
}
.color-5 {
color: #c9f0f8;
}

/* CSS Variables */
:root {
--color-1: #006c94;
--color-2: #0095c7;
--color-3: #00b2d6;
--color-4: #8fe1ef;
--color-5: #c9f0f8;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006c94, #0095c7, #00b2d6, #8fe1ef, #c9f0f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006c94, #0095c7, #00b2d6, #8fe1ef, #c9f0f8);
}

Shades of Blue color palette created on .