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