Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b2;
}
.butter-creme {
color: #fde3ba;
}
.smooth-satin {
color: #a3d7d2;
}
.snow-pea {
color: #6ccb79;
}
.brittany-blue {
color: #4b7d8b;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b2;
--butter-creme:#fde3ba;
--smooth-satin:#a3d7d2;
--snow-pea:#6ccb79;
--brittany-blue:#4b7d8b;
}