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: #d4c4d4;
}
.color-2 {
color: #c19fc1;
}
.color-3 {
color: #a880a8;
}
.color-4 {
color: #814b81;
}
.color-5 {
color: #4a2b4a;
}
/* CSS Variables */
:root {
--color-1: #d4c4d4;
--color-2: #c19fc1;
--color-3: #a880a8;
--color-4: #814b81;
--color-5: #4a2b4a;
}
CSS con gradiente di sfondo Shades of Grey
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c4d4, #c19fc1, #a880a8, #814b81, #4a2b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c4d4, #c19fc1, #a880a8, #814b81, #4a2b4a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 40+ tavolozzas di colori Estetico
Shades of Grey color palette created on .