Color names in this palette
CSS code for this palette
/* CSS */
.mellow-rose {
color: #d9a5a5;
}
.antique-cameo {
color: #f0b6a3;
}
.pink-lady {
color: #f2d7b5;
}
.invigorating {
color: #f2e9b5;
}
.break-the-ice {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--mellow-rose:#d9a5a5;
--antique-cameo:#f0b6a3;
--pink-lady:#f2d7b5;
--invigorating:#f2e9b5;
--break-the-ice:#b2e0f0;
}