Shades of Blue Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue palette
tavolozza dei colori Shades of Blue CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #2b7a9c;
}
.color-4 {
color: #1b4b3d;
}
.color-5 {
color: #0e392a;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #5d9bd5;
--color-3: #2b7a9c;
--color-4: #1b4b3d;
--color-5: #0e392a;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #5d9bd5, #2b7a9c, #1b4b3d, #0e392a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #5d9bd5, #2b7a9c, #1b4b3d, #0e392a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Estetico
Shades of Blue color palette created on .