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: #3b9cd8;
}
.color-2 {
color: #ed9f02;
}
.color-3 {
color: #f57e00;
}
.color-4 {
color: #d82228;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #3b9cd8;
--color-2: #ed9f02;
--color-3: #f57e00;
--color-4: #d82228;
--color-5: #690571;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9cd8, #ed9f02, #f57e00, #d82228, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9cd8, #ed9f02, #f57e00, #d82228, #690571);
}

Shades of Blue color palette created on .