Color names in this palette
CSS code for this palette
/* CSS */
.regal {
color: #d9c3b4;
}
.china-doll {
color: #f2e3d4;
}
.bleached-apricot {
color: #f8c9af;
}
.creamy-peach {
color: #f6a284;
}
.enticing-red {
color: #b74e4e;
}
/* CSS Variables */
:root {
--regal:#d9c3b4;
--china-doll:#f2e3d4;
--bleached-apricot:#f8c9af;
--creamy-peach:#f6a284;
--enticing-red:#b74e4e;
}