Shades of Gray and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Gray and Purple palette
Shades of Gray and Purple color palette 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;
}
Shades of Gray and Purple background gradient CSS
/* 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);
}
Similar color palettes
Shades of Gray and Purple color palette created on .