Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.blushing-apricot {
color: #f9b9a4;
}
.strawberry-soap {
color: #f58a98;
}
.salmon-pok-bowl {
color: #f57a7a;
}
.camellia-rose {
color: #e34f6c;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--blushing-apricot:#f9b9a4;
--strawberry-soap:#f58a98;
--salmon-pok-bowl:#f57a7a;
--camellia-rose:#e34f6c;
}