Ashfur's Fury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ashfur's Fury palette
Ashfur's Fury color palette PNG image
Ashfur's Fury color palette CSS
/* CSS */
.color-1 {
color: #a8b3b2;
}
.color-2 {
color: #c5d3d1;
}
.color-3 {
color: #b96e87;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #a8b3b2;
--color-2: #c5d3d1;
--color-3: #b96e87;
--color-4: #f76e6e;
--color-5: #ffb84d;
}
Ashfur's Fury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3b2, #c5d3d1, #b96e87, #f76e6e, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3b2, #c5d3d1, #b96e87, #f76e6e, #ffb84d);
}
Similar color palettes
Scroll down to explore 1000+ colors.grey color palettes
Ashfur's Fury color palette created on .