Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b2;
}
.first-peach {
color: #f1c9c6;
}
.tamale-maize {
color: #f7e8b6;
}
.light-fresh-lime {
color: #e2f4d7;
}
.ganon-blue {
color: #a8e1fa;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b2;
--first-peach:#f1c9c6;
--tamale-maize:#f7e8b6;
--light-fresh-lime:#e2f4d7;
--ganon-blue:#a8e1fa;
}