Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-butter {
color: #ffab3d;
}
.soviet-gold {
color: #ffd900;
}
.aurora-green {
color: #6ed8a3;
}
.night-in-manchester {
color: #4051b5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-butter:#ffab3d;
--soviet-gold:#ffd900;
--aurora-green:#6ed8a3;
--night-in-manchester:#4051b5;
}