Felicity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Felicity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Felicity Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Felicity color palette created on .