Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.lemon-meringue {
color: #f6e398;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.sweet-dreams {
color: #9fc4e9;
}
.sea-loch {
color: #6d9ad9;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--lemon-meringue:#f6e398;
--touch-of-turquoise:#a2d7d0;
--sweet-dreams:#9fc4e9;
--sea-loch:#6d9ad9;
}