Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.peach-of-mind {
color: #ffe3b3;
}
.blue-angels-yellow {
color: #fab700;
}
.old-geranium {
color: #c76b88;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--peach-of-mind:#ffe3b3;
--blue-angels-yellow:#fab700;
--old-geranium:#c76b88;
}