Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.peach-of-mind {
color: #ffe3b3;
}
.candid-blue {
color: #6cc5e5;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--peach-of-mind:#ffe3b3;
--candid-blue:#6cc5e5;
--just-a-fairytale:#6b5b95;
}