Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.meat {
color: #f27d81;
}
.joyful-poppy {
color: #eab0a4;
}
.peach-crayon {
color: #ffcaa8;
}
.south-shore-sun {
color: #ffda9e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--meat:#f27d81;
--joyful-poppy:#eab0a4;
--peach-crayon:#ffcaa8;
--south-shore-sun:#ffda9e;
}