Color names in this palette
CSS code for this palette
/* CSS */
.trinidad {
color: #c54e30;
}
.big-foot-feet {
color: #e68e5b;
}
.deep-fried-sun-rays {
color: #f4c45d;
}
.venetian-yellow {
color: #f5e59e;
}
.nature-s-delight {
color: #a2d68f;
}
/* CSS Variables */
:root {
--trinidad:#c54e30;
--big-foot-feet:#e68e5b;
--deep-fried-sun-rays:#f4c45d;
--venetian-yellow:#f5e59e;
--nature-s-delight:#a2d68f;
}