Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6fa5b8;
}
.mystic-tulip {
color: #f7b5a1;
}
.favorite-lavender {
color: #d5a5d5;
}
.a-smell-of-bakery {
color: #f3e8d8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6fa5b8;
--mystic-tulip:#f7b5a1;
--favorite-lavender:#d5a5d5;
--a-smell-of-bakery:#f3e8d8;
}