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: #66f0ff;
}
.color-2 {
color: #48c7e0;
}
.color-3 {
color: #2ca0c3;
}
.color-4 {
color: #0095b3;
}
.color-5 {
color: #007a99;
}
/* CSS Variables */
:root {
--color-1: #66f0ff;
--color-2: #48c7e0;
--color-3: #2ca0c3;
--color-4: #0095b3;
--color-5: #007a99;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66f0ff, #48c7e0, #2ca0c3, #0095b3, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66f0ff, #48c7e0, #2ca0c3, #0095b3, #007a99);
}
Tavolozze di colori simili
Shades of Blue color palette created on .