Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.geranium {
color: #d94a5b;
}
.zany-pink {
color: #e67984;
}
.jaguar-rose {
color: #f2b1b7;
}
.pale-petunia {
color: #f9c3c8;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--geranium:#d94a5b;
--zany-pink:#e67984;
--jaguar-rose:#f2b1b7;
--pale-petunia:#f9c3c8;
}