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: #0a007a;
}
.color-2 {
color: #1a2e89;
}
.color-3 {
color: #3d59ae;
}
.color-4 {
color: #80b3e0;
}
.color-5 {
color: #b2dae0;
}

/* CSS Variables */
:root {
--color-1: #0a007a;
--color-2: #1a2e89;
--color-3: #3d59ae;
--color-4: #80b3e0;
--color-5: #b2dae0;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a007a, #1a2e89, #3d59ae, #80b3e0, #b2dae0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a007a, #1a2e89, #3d59ae, #80b3e0, #b2dae0);
}

Shades of Blue color palette created on .