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: #9dc3d8;
}
.color-2 {
color: #8fc5e0;
}
.color-3 {
color: #78b3d3;
}
.color-4 {
color: #4fa1c4;
}
.color-5 {
color: #3e8cb6;
}

/* CSS Variables */
:root {
--color-1: #9dc3d8;
--color-2: #8fc5e0;
--color-3: #78b3d3;
--color-4: #4fa1c4;
--color-5: #3e8cb6;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dc3d8, #8fc5e0, #78b3d3, #4fa1c4, #3e8cb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dc3d8, #8fc5e0, #78b3d3, #4fa1c4, #3e8cb6);
}

Shades of Blue color palette created on .