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