Color names in this palette
CSS code for this palette
/* CSS */
.tomorrow-s-coral {
color: #ffc2a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coquelicot {
color: #ff3c00;
}
.akabeni {
color: #c72929;
}
.fuchsia-pheromone {
color: #ab47bd;
}
/* CSS Variables */
:root {
--tomorrow-s-coral:#ffc2a3;
--grapefruit-pulp:#ff6e61;
--coquelicot:#ff3c00;
--akabeni:#c72929;
--fuchsia-pheromone:#ab47bd;
}