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: #1c1c3b;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #7a7a9f;
}
.color-4 {
color: #b9b9da;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #4b4b6c;
--color-3: #7a7a9f;
--color-4: #b9b9da;
--color-5: #ffffff;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #4b4b6c, #7a7a9f, #b9b9da, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #4b4b6c, #7a7a9f, #b9b9da, #ffffff);
}
Shades of Blue color palette created on .