Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.bright-khaki {
color: #f0e78e;
}
.sunrise {
color: #f0c17a;
}
.cranapple {
color: #d67f7a;
}
.heliotrope-magenta {
color: #a400b3;
}
/* CSS Variables */
:root {
--white:#ffffff;
--bright-khaki:#f0e78e;
--sunrise:#f0c17a;
--cranapple:#d67f7a;
--heliotrope-magenta:#a400b3;
}