Color names in this palette
CSS code for this palette
/* CSS */
.night-owl {
color: #5b7d8b;
}
.reclining-green {
color: #b7d7c0;
}
.heirloom-lace {
color: #f6e5d5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--night-owl:#5b7d8b;
--reclining-green:#b7d7c0;
--heirloom-lace:#f6e5d5;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}