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: #00326b;
}
.color-2 {
color: #005a8a;
}
.color-3 {
color: #007fad;
}
.color-4 {
color: #00b0e0;
}
.color-5 {
color: #3dd6f5;
}

/* CSS Variables */
:root {
--color-1: #00326b;
--color-2: #005a8a;
--color-3: #007fad;
--color-4: #00b0e0;
--color-5: #3dd6f5;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00326b, #005a8a, #007fad, #00b0e0, #3dd6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00326b, #005a8a, #007fad, #00b0e0, #3dd6f5);
}

Shades of Blue color palette created on .