Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.apricot-obsession {
color: #f6c1b6;
}
.deluxe-days {
color: #8ecae6;
}
.twilight-dusk {
color: #5c5f7a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--apricot-obsession:#f6c1b6;
--deluxe-days:#8ecae6;
--twilight-dusk:#5c5f7a;
}