Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.paw-paw {
color: #f8d49b;
}
.fringy-flower {
color: #b8e0b9;
}
.aqua-fresco {
color: #4da2a3;
}
.night-shift {
color: #2d5d67;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--paw-paw:#f8d49b;
--fringy-flower:#b8e0b9;
--aqua-fresco:#4da2a3;
--night-shift:#2d5d67;
}