Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.marigold {
color: #ffc105;
}
.wizard-white {
color: #e2f2fd;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--marigold:#ffc105;
--wizard-white:#e2f2fd;
--hollandaise:#ffec3d;
}