Color names in this palette
CSS code for this palette
/* CSS */
.boysenberry {
color: #7d2c60;
}
.indian-pink {
color: #a95b7d;
}
.rosewood-apricot {
color: #d69e9e;
}
.cream-blush {
color: #f4c299;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--boysenberry:#7d2c60;
--indian-pink:#a95b7d;
--rosewood-apricot:#d69e9e;
--cream-blush:#f4c299;
--hawaiian-cream:#f9e6b9;
}