Color names in this palette
CSS code for this palette
/* CSS */
.derby-green {
color: #5b9a89;
}
.smooth-satin {
color: #a4d6d4;
}
.calla {
color: #f2e1b5;
}
.snow-white-blush {
color: #f9aeae;
}
.hot-coral {
color: #f05c5c;
}
/* CSS Variables */
:root {
--derby-green:#5b9a89;
--smooth-satin:#a4d6d4;
--calla:#f2e1b5;
--snow-white-blush:#f9aeae;
--hot-coral:#f05c5c;
}