Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.vibrant {
color: #ffd54d;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--vibrant:#ffd54d;
--tiger-yellow:#ffdf80;
}