Orange Fruitcake Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Fruitcake palette

Share this palette to:

Orange Fruitcake color palette CSS

/* CSS */
.color-1 {
color: #f68d3c;
}
.color-2 {
color: #d97d3f;
}
.color-3 {
color: #b74e4e;
}
.color-4 {
color: #a84d88;
}
.color-5 {
color: #5a8c6c;
}

/* CSS Variables */
:root {
--color-1: #f68d3c;
--color-2: #d97d3f;
--color-3: #b74e4e;
--color-4: #a84d88;
--color-5: #5a8c6c;
}

Orange Fruitcake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f68d3c, #d97d3f, #b74e4e, #a84d88, #5a8c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f68d3c, #d97d3f, #b74e4e, #a84d88, #5a8c6c);
}

Orange Fruitcake color palette created on .