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