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