Orange Ferocity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Ferocity palette

Share this palette to:

Orange Ferocity color palette CSS

/* CSS */
.color-1 {
color: #f75c02;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #d1b900;
}
.color-5 {
color: #a37a00;
}

/* CSS Variables */
:root {
--color-1: #f75c02;
--color-2: #faa200;
--color-3: #f9e19f;
--color-4: #d1b900;
--color-5: #a37a00;
}

Orange Ferocity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f75c02, #faa200, #f9e19f, #d1b900, #a37a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f75c02, #faa200, #f9e19f, #d1b900, #a37a00);
}

Orange Ferocity color palette created on .