Color names in this palette
CSS code for this palette
/* CSS */
.bleached-apricot {
color: #f7c7ab;
}
.pallid-orange {
color: #f9b79f;
}
.bierwurst {
color: #f08e8e;
}
.zahri-pink {
color: #eb6f6f;
}
.desire {
color: #e43a56;
}
/* CSS Variables */
:root {
--bleached-apricot:#f7c7ab;
--pallid-orange:#f9b79f;
--bierwurst:#f08e8e;
--zahri-pink:#eb6f6f;
--desire:#e43a56;
}