Color names in this palette
CSS code for this palette
/* CSS */
.pastel-magenta {
color: #f49ac2;
}
.peach-damask {
color: #f5c6a8;
}
.martica {
color: #f5e4b7;
}
.glaucous-green {
color: #b7e6c1;
}
.cyantific {
color: #74c3c1;
}
/* CSS Variables */
:root {
--pastel-magenta:#f49ac2;
--peach-damask:#f5c6a8;
--martica:#f5e4b7;
--glaucous-green:#b7e6c1;
--cyantific:#74c3c1;
}