Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #fd5877;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.majestic-treasures {
color: #f2e6a1;
}
.smooth-satin {
color: #a2d8d0;
}
.neptune-blue {
color: #2e5b9e;
}
/* CSS Variables */
:root {
--watermelon-candy:#fd5877;
--gemini-mustard-momento:#f9a64e;
--majestic-treasures:#f2e6a1;
--smooth-satin:#a2d8d0;
--neptune-blue:#2e5b9e;
}