Color names in this palette
CSS code for this palette
/* CSS */
.greenway {
color: #409c7d;
}
.lenticular-ore {
color: #70b2a4;
}
.southern-belle {
color: #a5d4c3;
}
.noodles {
color: #f8e5b4;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--greenway:#409c7d;
--lenticular-ore:#70b2a4;
--southern-belle:#a5d4c3;
--noodles:#f8e5b4;
--shrimp-cocktail:#f4a462;
}