Color names in this palette
CSS code for this palette
/* CSS */
.rose-aspect {
color: #f2c5c8;
}
.light-rose {
color: #f4d2d7;
}
.marshmallow-rose {
color: #f6e4e6;
}
.athena-pink {
color: #e9b4c5;
}
.rhubarb-pie {
color: #d67a88;
}
/* CSS Variables */
:root {
--rose-aspect:#f2c5c8;
--light-rose:#f4d2d7;
--marshmallow-rose:#f6e4e6;
--athena-pink:#e9b4c5;
--rhubarb-pie:#d67a88;
}