Orange Furina Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Furina palette

Share this palette to:

Orange Furina color palette CSS

/* CSS */
.color-1 {
color: #f8c8a0;
}
.color-2 {
color: #f2a96e;
}
.color-3 {
color: #e7833c;
}
.color-4 {
color: #d95f26;
}
.color-5 {
color: #c53c30;
}

/* CSS Variables */
:root {
--color-1: #f8c8a0;
--color-2: #f2a96e;
--color-3: #e7833c;
--color-4: #d95f26;
--color-5: #c53c30;
}

Orange Furina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8a0, #f2a96e, #e7833c, #d95f26, #c53c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8a0, #f2a96e, #e7833c, #d95f26, #c53c30);
}

Orange Furina color palette created on .