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: #0099cc;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #32c3e7;
}
.color-4 {
color: #66d7f0;
}
.color-5 {
color: #97e4f2;
}
/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #00b4e6;
--color-3: #32c3e7;
--color-4: #66d7f0;
--color-5: #97e4f2;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #00b4e6, #32c3e7, #66d7f0, #97e4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #00b4e6, #32c3e7, #66d7f0, #97e4f2);
}
Tavolozze di colori simili
Shades of Blue color palette created on .