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