Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.shrimp-toast {
color: #f9c29f;
}
.durango-dust {
color: #f9e19f;
}
.frugal {
color: #a6d9b1;
}
.meadow-blossom-blue {
color: #7ab5d6;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--shrimp-toast:#f9c29f;
--durango-dust:#f9e19f;
--frugal:#a6d9b1;
--meadow-blossom-blue:#7ab5d6;
}