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