Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f9a4c0;
}
.affinity {
color: #fdd4a5;
}
.peach-orange {
color: #ffcf99;
}
.slime-lime {
color: #b7ebc2;
}
.nevada-sky {
color: #a2d9e7;
}
/* CSS Variables */
:root {
--rogue-pink:#f9a4c0;
--affinity:#fdd4a5;
--peach-orange:#ffcf99;
--slime-lime:#b7ebc2;
--nevada-sky:#a2d9e7;
}