Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.salmon-beauty {
color: #f9c7b4;
}
.white-strawberry {
color: #fce3b6;
}
.celery-root {
color: #d5e6b7;
}
.celtic-spring {
color: #a9e0b3;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--salmon-beauty:#f9c7b4;
--white-strawberry:#fce3b6;
--celery-root:#d5e6b7;
--celtic-spring:#a9e0b3;
}