Rustic Foxglow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Foxglow palette
Rustic Foxglow color palette CSS
/* CSS */
.color-1 {
color: #d95136;
}
.color-2 {
color: #e9a87c;
}
.color-3 {
color: #f4cca4;
}
.color-4 {
color: #f9e7d2;
}
.color-5 {
color: #c0b2a0;
}
/* CSS Variables */
:root {
--color-1: #d95136;
--color-2: #e9a87c;
--color-3: #f4cca4;
--color-4: #f9e7d2;
--color-5: #c0b2a0;
}
Rustic Foxglow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d95136, #e9a87c, #f4cca4, #f9e7d2, #c0b2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d95136, #e9a87c, #f4cca4, #f9e7d2, #c0b2a0);
}
Similar color palettes
Rustic Foxglow color palette created on .