Color names in this palette
CSS code for this palette
/* CSS */
.brink-pink {
color: #f95d7f;
}
.marigold-dust {
color: #f4cf3e;
}
.lime-lizard {
color: #a3d55d;
}
.cyan-cornflower-blue {
color: #1e8cc2;
}
.klaxosaur-blue {
color: #2e87c2;
}
/* CSS Variables */
:root {
--brink-pink:#f95d7f;
--marigold-dust:#f4cf3e;
--lime-lizard:#a3d55d;
--cyan-cornflower-blue:#1e8cc2;
--klaxosaur-blue:#2e87c2;
}