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: #f0f0f0;
}
.color-2 {
color: #c1e1e1;
}
.color-3 {
color: #3cb3c8;
}
.color-4 {
color: #4dc7e0;
}
.color-5 {
color: #7ad9e6;
}

/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #c1e1e1;
--color-3: #3cb3c8;
--color-4: #4dc7e0;
--color-5: #7ad9e6;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #c1e1e1, #3cb3c8, #4dc7e0, #7ad9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #c1e1e1, #3cb3c8, #4dc7e0, #7ad9e6);
}

Shades of Blue color palette created on .