Color names in this palette
CSS code for this palette
/* CSS */
.cyan-cornflower-blue {
color: #1e89c2;
}
.garish-green {
color: #4abf8c;
}
.lime-lizard {
color: #a3d55d;
}
.salmon-eggs {
color: #f4d35d;
}
.ponceau {
color: #f85d72;
}
/* CSS Variables */
:root {
--cyan-cornflower-blue:#1e89c2;
--garish-green:#4abf8c;
--lime-lizard:#a3d55d;
--salmon-eggs:#f4d35d;
--ponceau:#f85d72;
}