Color names in this palette
CSS code for this palette
/* CSS */
.young-crab {
color: #f99f9f;
}
.ginger-peach {
color: #f9d29f;
}
.lemon-gelato {
color: #f9f09f;
}
.toxic-frog {
color: #9ff99f;
}
.baby-blue {
color: #9fd2f9;
}
/* CSS Variables */
:root {
--young-crab:#f99f9f;
--ginger-peach:#f9d29f;
--lemon-gelato:#f9f09f;
--toxic-frog:#9ff99f;
--baby-blue:#9fd2f9;
}