Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.apricot-glow {
color: #ffcc7a;
}
.peach-of-mind {
color: #ffe3b3;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--apricot-glow:#ffcc7a;
--peach-of-mind:#ffe3b3;
--white:#ffffff;
}