Color names in this palette
CSS code for this palette
/* CSS */
.in-the-slip {
color: #e3c0d3;
}
.rogue-pink {
color: #f3a5c3;
}
.carnation {
color: #f47b91;
}
.orangeville {
color: #e66b5b;
}
.energetic-orange {
color: #d9553a;
}
/* CSS Variables */
:root {
--in-the-slip:#e3c0d3;
--rogue-pink:#f3a5c3;
--carnation:#f47b91;
--orangeville:#e66b5b;
--energetic-orange:#d9553a;
}