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