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