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: #489bdb;
}
.color-2 {
color: #3ea2e0;
}
.color-3 {
color: #2cb3d8;
}
.color-4 {
color: #1abedb;
}
.color-5 {
color: #00c3e6;
}

/* CSS Variables */
:root {
--color-1: #489bdb;
--color-2: #3ea2e0;
--color-3: #2cb3d8;
--color-4: #1abedb;
--color-5: #00c3e6;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #489bdb, #3ea2e0, #2cb3d8, #1abedb, #00c3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #489bdb, #3ea2e0, #2cb3d8, #1abedb, #00c3e6);
}

Shades of Blue color palette created on .