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: #0f4b80;
}
.color-2 {
color: #1e8cc2;
}
.color-3 {
color: #53b4e4;
}
.color-4 {
color: #a8e0f5;
}
.color-5 {
color: #f5f7fa;
}

/* CSS Variables */
:root {
--color-1: #0f4b80;
--color-2: #1e8cc2;
--color-3: #53b4e4;
--color-4: #a8e0f5;
--color-5: #f5f7fa;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f4b80, #1e8cc2, #53b4e4, #a8e0f5, #f5f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f4b80, #1e8cc2, #53b4e4, #a8e0f5, #f5f7fa);
}

Shades of Blue color palette created on .