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: #201f3d;
}
.color-2 {
color: #4a4c8c;
}
.color-3 {
color: #7a7bbd;
}
.color-4 {
color: #b5c5e8;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #201f3d;
--color-2: #4a4c8c;
--color-3: #7a7bbd;
--color-4: #b5c5e8;
--color-5: #f4a462;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201f3d, #4a4c8c, #7a7bbd, #b5c5e8, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201f3d, #4a4c8c, #7a7bbd, #b5c5e8, #f4a462);
}
Tavolozze di colori simili
Shades of Blue color palette created on .