Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.haba-ero-gold {
color: #ffcf3d;
}
.aurora-green {
color: #6fdc8b;
}
.cobalt-flame {
color: #4b6f9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--haba-ero-gold:#ffcf3d;
--aurora-green:#6fdc8b;
--cobalt-flame:#4b6f9b;
}