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