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