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