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: #748abe;
}
.color-2 {
color: #9eaed1;
}
.color-3 {
color: #c7cbe5;
}
.color-4 {
color: #e1e4f4;
}
.color-5 {
color: #eff2fa;
}
/* CSS Variables */
:root {
--color-1: #748abe;
--color-2: #9eaed1;
--color-3: #c7cbe5;
--color-4: #e1e4f4;
--color-5: #eff2fa;
}
Gray Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #748abe, #9eaed1, #c7cbe5, #e1e4f4, #eff2fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #748abe, #9eaed1, #c7cbe5, #e1e4f4, #eff2fa);
}
Similar color palettes
Gray Elegance color palette created on .