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: #80c6e0;
}
.color-2 {
color: #49b7c5;
}
.color-3 {
color: #2c8c9b;
}
.color-4 {
color: #1c5d6d;
}
.color-5 {
color: #0e4c5d;
}

/* CSS Variables */
:root {
--color-1: #80c6e0;
--color-2: #49b7c5;
--color-3: #2c8c9b;
--color-4: #1c5d6d;
--color-5: #0e4c5d;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80c6e0, #49b7c5, #2c8c9b, #1c5d6d, #0e4c5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80c6e0, #49b7c5, #2c8c9b, #1c5d6d, #0e4c5d);
}

Shades of Blue color palette created on .