Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.common-dandelion {
color: #ffd65c;
}
.blizzard-blue {
color: #a4e1f4;
}
.scallion {
color: #6b8f24;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--common-dandelion:#ffd65c;
--blizzard-blue:#a4e1f4;
--scallion:#6b8f24;
}