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: #88dffb;
}
.color-2 {
color: #51c3f0;
}
.color-3 {
color: #34a7ea;
}
.color-4 {
color: #0e8dc4;
}
.color-5 {
color: #0556b3;
}
/* CSS Variables */
:root {
--color-1: #88dffb;
--color-2: #51c3f0;
--color-3: #34a7ea;
--color-4: #0e8dc4;
--color-5: #0556b3;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #88dffb, #51c3f0, #34a7ea, #0e8dc4, #0556b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #88dffb, #51c3f0, #34a7ea, #0e8dc4, #0556b3);
}
Tavolozze di colori simili
Shades of Blue color palette created on .