Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunset-yellow {
color: #ff8b3d;
}
.floral-leaf {
color: #ffb84d;
}
.ganon-blue {
color: #a8e1fa;
}
.sea-loch {
color: #699bd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunset-yellow:#ff8b3d;
--floral-leaf:#ffb84d;
--ganon-blue:#a8e1fa;
--sea-loch:#699bd3;
}