Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.lipstick-illusion {
color: #d56c6f;
}
.joyful-poppy {
color: #e9b0a5;
}
.peach-temptation {
color: #f2c4b1;
}
.peach-rose {
color: #f6e2d5;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--lipstick-illusion:#d56c6f;
--joyful-poppy:#e9b0a5;
--peach-temptation:#f2c4b1;
--peach-rose:#f6e2d5;
}