Color names in this palette
CSS code for this palette
/* CSS */
.rosy-aura {
color: #d9afb9;
}
.in-the-slip {
color: #e1c1d0;
}
.candytuft {
color: #eccbd8;
}
.marshmallow-rose {
color: #f7e3e7;
}
.morning-shine {
color: #faebee;
}
/* CSS Variables */
:root {
--rosy-aura:#d9afb9;
--in-the-slip:#e1c1d0;
--candytuft:#eccbd8;
--marshmallow-rose:#f7e3e7;
--morning-shine:#faebee;
}