Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.peach-of-mind {
color: #ffe0b3;
}
.lolly-ice {
color: #a6d8d5;
}
.guilliman-blue {
color: #6b9ceb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--peach-of-mind:#ffe0b3;
--lolly-ice:#a6d8d5;
--guilliman-blue:#6b9ceb;
}