Color names in this palette
CSS code for this palette
/* CSS */
.fishy-house {
color: #1c9c91;
}
.smooth-satin {
color: #a2d8d0;
}
.cream-washed {
color: #f1e0c6;
}
.melon-sorbet {
color: #f9b39a;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--fishy-house:#1c9c91;
--smooth-satin:#a2d8d0;
--cream-washed:#f1e0c6;
--melon-sorbet:#f9b39a;
--mandarin-red:#e74d3c;
}