Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.marigold-dust {
color: #f4cf3e;
}
.veranda-blue {
color: #63b6b0;
}
.make-up-blue {
color: #2d5d8f;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--marigold-dust:#f4cf3e;
--veranda-blue:#63b6b0;
--make-up-blue:#2d5d8f;
--entan-red:#e76e50;
}