Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.dynamic-yellow {
color: #ffe46b;
}
.aurora-green {
color: #6fdc8b;
}
.night-in-manchester {
color: #4051b5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--dynamic-yellow:#ffe46b;
--aurora-green:#6fdc8b;
--night-in-manchester:#4051b5;
}