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: #003e70;
}
.color-2 {
color: #006a94;
}
.color-3 {
color: #0098b3;
}
.color-4 {
color: #00b3c7;
}
.color-5 {
color: #00d8db;
}

/* CSS Variables */
:root {
--color-1: #003e70;
--color-2: #006a94;
--color-3: #0098b3;
--color-4: #00b3c7;
--color-5: #00d8db;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003e70, #006a94, #0098b3, #00b3c7, #00d8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003e70, #006a94, #0098b3, #00b3c7, #00d8db);
}

Shades of Blue color palette created on .