Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.beach-party {
color: #f9d25d;
}
.overtone {
color: #a8e6b1;
}
.peaceful-river {
color: #4a9cd3;
}
.bright-eggplant {
color: #5d4b8b;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--beach-party:#f9d25d;
--overtone:#a8e6b1;
--peaceful-river:#4a9cd3;
--bright-eggplant:#5d4b8b;
}