Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff976b;
}
.exploding-star {
color: #ffd83d;
}
.exploration-green {
color: #4dac5c;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff976b;
--exploding-star:#ffd83d;
--exploration-green:#4dac5c;
--azure-tide:#2a9d90;
}