Color names in this palette
CSS code for this palette
/* CSS */
.sweet-serenade {
color: #ffc2d4;
}
.rubber-radish {
color: #ff99a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.equatorial {
color: #ffcc85;
}
/* CSS Variables */
:root {
--sweet-serenade:#ffc2d4;
--rubber-radish:#ff99a1;
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--equatorial:#ffcc85;
}