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: #48a4f9;
}
.color-2 {
color: #3a8cd4;
}
.color-3 {
color: #2982c2;
}
.color-4 {
color: #1f7da8;
}
.color-5 {
color: #0f6b8f;
}

/* CSS Variables */
:root {
--color-1: #48a4f9;
--color-2: #3a8cd4;
--color-3: #2982c2;
--color-4: #1f7da8;
--color-5: #0f6b8f;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #48a4f9, #3a8cd4, #2982c2, #1f7da8, #0f6b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #48a4f9, #3a8cd4, #2982c2, #1f7da8, #0f6b8f);
}

Shades of Blue color palette created on .