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