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: #fba6a2;
}
.color-2 {
color: #fcd0a6;
}
.color-3 {
color: #fbefda;
}
.color-4 {
color: #e8dc96;
}
.color-5 {
color: #d4bb87;
}

/* CSS Variables */
:root {
--color-1: #fba6a2;
--color-2: #fcd0a6;
--color-3: #fbefda;
--color-4: #e8dc96;
--color-5: #d4bb87;
}

Orange Ferocity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba6a2, #fcd0a6, #fbefda, #e8dc96, #d4bb87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba6a2, #fcd0a6, #fbefda, #e8dc96, #d4bb87);
}

Orange Ferocity color palette created on .