Foxfire Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Foxfire Delight palette

Share this palette to:

Foxfire Delight color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffc94d;
}
.color-4 {
color: #ff7b00;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb300;
--color-3: #ffc94d;
--color-4: #ff7b00;
--color-5: #ff4d00;
}

Foxfire Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb300, #ffc94d, #ff7b00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb300, #ffc94d, #ff7b00, #ff4d00);
}

Foxfire Delight color palette created on .