Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.holiday-camp {
color: #6d9c7b;
}
.sunny-mood {
color: #f7c94b;
}
.blushing-tulip {
color: #df9fb5;
}
.night-train {
color: #4d7a89;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--holiday-camp:#6d9c7b;
--sunny-mood:#f7c94b;
--blushing-tulip:#df9fb5;
--night-train:#4d7a89;
}