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