Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e2a1b2;
}
.shanghai-peach {
color: #d69d8f;
}
.tropical-moss {
color: #d3c378;
}
.madang {
color: #b5e3a5;
}
.lagoona-teal {
color: #79c5d2;
}
/* CSS Variables */
:root {
--iced-vovo:#e2a1b2;
--shanghai-peach:#d69d8f;
--tropical-moss:#d3c378;
--madang:#b5e3a5;
--lagoona-teal:#79c5d2;
}