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: #0096b8;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #00d0ff;
}
.color-4 {
color: #74e9f6;
}
.color-5 {
color: #9ef9ff;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b4e6;
--color-3: #00d0ff;
--color-4: #74e9f6;
--color-5: #9ef9ff;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b4e6, #00d0ff, #74e9f6, #9ef9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b4e6, #00d0ff, #74e9f6, #9ef9ff);
}

Shades of Blue color palette created on .