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