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: #01153c;
}
.color-2 {
color: #1d4f8b;
}
.color-3 {
color: #399fd5;
}
.color-4 {
color: #67c1e0;
}
.color-5 {
color: #a5e3e9;
}
/* CSS Variables */
:root {
--color-1: #01153c;
--color-2: #1d4f8b;
--color-3: #399fd5;
--color-4: #67c1e0;
--color-5: #a5e3e9;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #01153c, #1d4f8b, #399fd5, #67c1e0, #a5e3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #01153c, #1d4f8b, #399fd5, #67c1e0, #a5e3e9);
}
Tavolozze di colori simili
Shades of Blue color palette created on .