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