Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b39f;
}
.heirloom-apricot {
color: #f6c0a7;
}
.cr-me-de-la-cr-me {
color: #f3e6b4;
}
.green-mirror {
color: #d6e2d5;
}
.rain-dance {
color: #aacada;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b39f;
--heirloom-apricot:#f6c0a7;
--cr-me-de-la-cr-me:#f3e6b4;
--green-mirror:#d6e2d5;
--rain-dance:#aacada;
}