Color names in this palette
CSS code for this palette
/* CSS */
.enhance {
color: #d3a7c0;
}
.pink-marshmallow {
color: #f2b5d4;
}
.old-yella {
color: #ffeb99;
}
.absolute-apricot {
color: #ff9a42;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--enhance:#d3a7c0;
--pink-marshmallow:#f2b5d4;
--old-yella:#ffeb99;
--absolute-apricot:#ff9a42;
--blood-burst:#ff4d4d;
}