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: #0a2848;
}
.color-2 {
color: #1d3e59;
}
.color-3 {
color: #4b7d91;
}
.color-4 {
color: #7cb4c5;
}
.color-5 {
color: #f0e3d6;
}

/* CSS Variables */
:root {
--color-1: #0a2848;
--color-2: #1d3e59;
--color-3: #4b7d91;
--color-4: #7cb4c5;
--color-5: #f0e3d6;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a2848, #1d3e59, #4b7d91, #7cb4c5, #f0e3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a2848, #1d3e59, #4b7d91, #7cb4c5, #f0e3d6);
}

Shades of Blue color palette created on .