Orange Felicity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Felicity palette

Share this palette to:

Orange Felicity color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #f58019;
}
.color-5 {
color: #e65000;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffa142;
--color-3: #ff6e42;
--color-4: #f58019;
--color-5: #e65000;
}

Orange Felicity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffa142, #ff6e42, #f58019, #e65000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffa142, #ff6e42, #f58019, #e65000);
}

Orange Felicity color palette created on .