Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.blush-d-amour {
color: #e05c7d;
}
.ballet-slippers {
color: #f7a1b1;
}
.georgia-on-my-mind {
color: #fbd2c6;
}
.nosegay {
color: #ffe5eb;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--blush-d-amour:#e05c7d;
--ballet-slippers:#f7a1b1;
--georgia-on-my-mind:#fbd2c6;
--nosegay:#ffe5eb;
}