Shades of Grey Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Grey palette
tavolozza dei colori Shades of Grey CSS
/* CSS */
.color-1 {
color: #b6c8c5;
}
.color-2 {
color: #a4b6a7;
}
.color-3 {
color: #8db099;
}
.color-4 {
color: #7f908c;
}
.color-5 {
color: #6d7e7b;
}
/* CSS Variables */
:root {
--color-1: #b6c8c5;
--color-2: #a4b6a7;
--color-3: #8db099;
--color-4: #7f908c;
--color-5: #6d7e7b;
}
CSS con gradiente di sfondo Shades of Grey
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c5, #a4b6a7, #8db099, #7f908c, #6d7e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c5, #a4b6a7, #8db099, #7f908c, #6d7e7b);
}
Tavolozze di colori simili
Shades of Grey color palette created on .