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: #3cb2d3;
}
.color-2 {
color: #60d2e1;
}
.color-3 {
color: #89e1e6;
}
.color-4 {
color: #a2f1ee;
}
.color-5 {
color: #c4f8f7;
}
/* CSS Variables */
:root {
--color-1: #3cb2d3;
--color-2: #60d2e1;
--color-3: #89e1e6;
--color-4: #a2f1ee;
--color-5: #c4f8f7;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb2d3, #60d2e1, #89e1e6, #a2f1ee, #c4f8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb2d3, #60d2e1, #89e1e6, #a2f1ee, #c4f8f7);
}
Tavolozze di colori simili
Shades of Blue color palette created on .