Gray Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gray Elegance palette
Gray Elegance color palette CSS
/* CSS */
.color-1 {
color: #393c46;
}
.color-2 {
color: #6c717f;
}
.color-3 {
color: #a8a9b8;
}
.color-4 {
color: #d1d3e0;
}
.color-5 {
color: #e8e9f3;
}
/* CSS Variables */
:root {
--color-1: #393c46;
--color-2: #6c717f;
--color-3: #a8a9b8;
--color-4: #d1d3e0;
--color-5: #e8e9f3;
}
Gray Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393c46, #6c717f, #a8a9b8, #d1d3e0, #e8e9f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393c46, #6c717f, #a8a9b8, #d1d3e0, #e8e9f3);
}
Similar color palettes
Gray Elegance color palette created on .