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