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: #024392;
}
.color-2 {
color: #0366a0;
}
.color-3 {
color: #0098b3;
}
.color-4 {
color: #00b2c2;
}
.color-5 {
color: #00d4db;
}
/* CSS Variables */
:root {
--color-1: #024392;
--color-2: #0366a0;
--color-3: #0098b3;
--color-4: #00b2c2;
--color-5: #00d4db;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #024392, #0366a0, #0098b3, #00b2c2, #00d4db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #024392, #0366a0, #0098b3, #00b2c2, #00d4db);
}
Tavolozze di colori simili
Shades of Blue color palette created on .