Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b3;
}
.milky-maize {
color: #f8d8a0;
}
.zinnia-gold {
color: #ffd780;
}
.mint-majesty {
color: #7dd8c2;
}
.boat-house {
color: #4c8ebd;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b3;
--milky-maize:#f8d8a0;
--zinnia-gold:#ffd780;
--mint-majesty:#7dd8c2;
--boat-house:#4c8ebd;
}