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: #7fb2d7;
}
.color-2 {
color: #5a9ad3;
}
.color-3 {
color: #4e8bc1;
}
.color-4 {
color: #3b7eb5;
}
.color-5 {
color: #2a6993;
}

/* CSS Variables */
:root {
--color-1: #7fb2d7;
--color-2: #5a9ad3;
--color-3: #4e8bc1;
--color-4: #3b7eb5;
--color-5: #2a6993;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fb2d7, #5a9ad3, #4e8bc1, #3b7eb5, #2a6993);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fb2d7, #5a9ad3, #4e8bc1, #3b7eb5, #2a6993);
}

Shades of Blue color palette created on .