Shades of Gray and Purple Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Gray and Purple palette
tavolozza dei colori Shades of Gray and Purple CSS
/* CSS */
.color-1 {
color: #a4a7ad;
}
.color-2 {
color: #a68bb1;
}
.color-3 {
color: #4c6b94;
}
.color-4 {
color: #3e8e6d;
}
.color-5 {
color: #d8e7a7;
}
/* CSS Variables */
:root {
--color-1: #a4a7ad;
--color-2: #a68bb1;
--color-3: #4c6b94;
--color-4: #3e8e6d;
--color-5: #d8e7a7;
}
CSS con gradiente di sfondo Shades of Gray and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4a7ad, #a68bb1, #4c6b94, #3e8e6d, #d8e7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4a7ad, #a68bb1, #4c6b94, #3e8e6d, #d8e7a7);
}
Tavolozze di colori simili
Shades of Gray and Purple color palette created on .