Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a25d8c;
}
.memorable-rose {
color: #d08a8e;
}
.antique-cameo {
color: #f2b9a1;
}
.chinese-cherry {
color: #f2d7ca;
}
.honey-glow {
color: #e7b84b;
}
/* CSS Variables */
:root {
--thimble-red:#a25d8c;
--memorable-rose:#d08a8e;
--antique-cameo:#f2b9a1;
--chinese-cherry:#f2d7ca;
--honey-glow:#e7b84b;
}