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