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: #e6e9ea;
}
.color-2 {
color: #a9b6c7;
}
.color-3 {
color: #6c7989;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #1abc9c;
}

/* CSS Variables */
:root {
--color-1: #e6e9ea;
--color-2: #a9b6c7;
--color-3: #6c7989;
--color-4: #2b3d50;
--color-5: #1abc9c;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e9ea, #a9b6c7, #6c7989, #2b3d50, #1abc9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e9ea, #a9b6c7, #6c7989, #2b3d50, #1abc9c);
}

Shades of Blue color palette created on .