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