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: #5c9dff;
}
.color-2 {
color: #4fc4a1;
}
.color-3 {
color: #f6c54c;
}
.color-4 {
color: #f08a24;
}
.color-5 {
color: #ea5e3e;
}
/* CSS Variables */
:root {
--color-1: #5c9dff;
--color-2: #4fc4a1;
--color-3: #f6c54c;
--color-4: #f08a24;
--color-5: #ea5e3e;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c9dff, #4fc4a1, #f6c54c, #f08a24, #ea5e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c9dff, #4fc4a1, #f6c54c, #f08a24, #ea5e3e);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 700+ tavolozzas di colori Estetico
Shades of Blue color palette created on .