Color names in this palette
CSS code for this palette
/* CSS */
.pensive-pink {
color: #eab6ae;
}
.lipstick-illusion {
color: #d66b6e;
}
.eye-of-newt {
color: #b03b3b;
}
.aria-ivory {
color: #f8e8d8;
}
.suntan {
color: #d9b3a1;
}
/* CSS Variables */
:root {
--pensive-pink:#eab6ae;
--lipstick-illusion:#d66b6e;
--eye-of-newt:#b03b3b;
--aria-ivory:#f8e8d8;
--suntan:#d9b3a1;
}