Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d7;
}
.rubber-radish {
color: #ff99a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.splendor-gold {
color: #ffb24d;
}
.old-yella {
color: #ffec99;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d7;
--rubber-radish:#ff99a1;
--grapefruit-pulp:#ff6e61;
--splendor-gold:#ffb24d;
--old-yella:#ffec99;
}