←Back to PalettesAll Palettes
Tangerine Delight Color Palette
A vibrant and warm palette that captures the essence of a tropical sunset, featuring rich orange and yellow hues that evoke feelings of joy and cheerfulness.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.vibrant {
color: #ffd54d;
}
.ucla-gold {
color: #ffb300;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--vibrant:#ffd54d;
--ucla-gold:#ffb300;
--consumed-by-fire:#f47f1f;
}