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: #a3c7e0;
}
.color-2 {
color: #6eb3e7;
}
.color-3 {
color: #3e8cda;
}
.color-4 {
color: #2c6d9b;
}
.color-5 {
color: #1a4d70;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6eb3e7;
--color-3: #3e8cda;
--color-4: #2c6d9b;
--color-5: #1a4d70;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6eb3e7, #3e8cda, #2c6d9b, #1a4d70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6eb3e7, #3e8cda, #2c6d9b, #1a4d70);
}

Shades of Blue color palette created on .