Color names in this palette
CSS code for this palette
/* CSS */
.young-crab {
color: #f99f9f;
}
.applesauce {
color: #f9d69a;
}
.storm-lightning {
color: #f9e89f;
}
.ganon-blue {
color: #9fe4f9;
}
.pastel-blue {
color: #9fc5f9;
}
/* CSS Variables */
:root {
--young-crab:#f99f9f;
--applesauce:#f9d69a;
--storm-lightning:#f9e89f;
--ganon-blue:#9fe4f9;
--pastel-blue:#9fc5f9;
}