Felicity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Felicity palette

Share this palette to:

Download Felicity Color Palette (PNG)

Download felicity color palette PNG image (landscape)
Download felicity color palette PNG image (square)

Felicity color palette CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #ffea00;
}
.color-5 {
color: #fff700;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffb300;
--color-3: #ffd500;
--color-4: #ffea00;
--color-5: #fff700;
}

Felicity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffb300, #ffd500, #ffea00, #fff700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffb300, #ffd500, #ffea00, #fff700);
}

Felicity color palette created on .