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: #e0f7fa;
}
.color-2 {
color: #b2e0f0;
}
.color-3 {
color: #92d5e8;
}
.color-4 {
color: #5eb9d4;
}
.color-5 {
color: #0096b8;
}

/* CSS Variables */
:root {
--color-1: #e0f7fa;
--color-2: #b2e0f0;
--color-3: #92d5e8;
--color-4: #5eb9d4;
--color-5: #0096b8;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f7fa, #b2e0f0, #92d5e8, #5eb9d4, #0096b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f7fa, #b2e0f0, #92d5e8, #5eb9d4, #0096b8);
}

Shades of Blue color palette created on .