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