Color names in this palette
CSS code for this palette
/* CSS */
.bordeaux-hint {
color: #f0b7e4;
}
.nursery-pink {
color: #f4d7ea;
}
.fresh-water {
color: #c4e0f8;
}
.spinnaker {
color: #a4e5dc;
}
.peanut-butter-chicken {
color: #ffb65c;
}
/* CSS Variables */
:root {
--bordeaux-hint:#f0b7e4;
--nursery-pink:#f4d7ea;
--fresh-water:#c4e0f8;
--spinnaker:#a4e5dc;
--peanut-butter-chicken:#ffb65c;
}