Color names in this palette
CSS code for this palette
/* CSS */
.boysenberry-pink {
color: #9f3c5a;
}
.wet-pottery-clay {
color: #e27c6f;
}
.shrimp-toast {
color: #f7c5a1;
}
.peach-shortcake {
color: #f3dfd3;
}
.icy-morn {
color: #b2d7d0;
}
/* CSS Variables */
:root {
--boysenberry-pink:#9f3c5a;
--wet-pottery-clay:#e27c6f;
--shrimp-toast:#f7c5a1;
--peach-shortcake:#f3dfd3;
--icy-morn:#b2d7d0;
}