Color names in this palette
CSS code for this palette
/* CSS */
.enhance {
color: #d2a2c1;
}
.loveable {
color: #f1c1c5;
}
.curd {
color: #f9e3b9;
}
.welcoming-wasp {
color: #f0a800;
}
.nasturtium-flower {
color: #e64919;
}
/* CSS Variables */
:root {
--enhance:#d2a2c1;
--loveable:#f1c1c5;
--curd:#f9e3b9;
--welcoming-wasp:#f0a800;
--nasturtium-flower:#e64919;
}