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