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: #3e6b8e;
}
.color-2 {
color: #498a9c;
}
.color-3 {
color: #5ca39a;
}
.color-4 {
color: #a4d6c6;
}
.color-5 {
color: #e8c8b0;
}

/* CSS Variables */
:root {
--color-1: #3e6b8e;
--color-2: #498a9c;
--color-3: #5ca39a;
--color-4: #a4d6c6;
--color-5: #e8c8b0;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e6b8e, #498a9c, #5ca39a, #a4d6c6, #e8c8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e6b8e, #498a9c, #5ca39a, #a4d6c6, #e8c8b0);
}

Shades of Blue color palette created on .