Grey Fox Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grey Fox Shades palette
Grey Fox Shades color palette CSS
/* CSS */
.color-1 {
color: #a6a39b;
}
.color-2 {
color: #bfb0b3;
}
.color-3 {
color: #dad0c3;
}
.color-4 {
color: #e4b5a0;
}
.color-5 {
color: #c26c5b;
}
/* CSS Variables */
:root {
--color-1: #a6a39b;
--color-2: #bfb0b3;
--color-3: #dad0c3;
--color-4: #e4b5a0;
--color-5: #c26c5b;
}
Grey Fox Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a39b, #bfb0b3, #dad0c3, #e4b5a0, #c26c5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a39b, #bfb0b3, #dad0c3, #e4b5a0, #c26c5b);
}
Similar color palettes
Grey Fox Shades color palette created on .