Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-sorbet {
color: #d7376c;
}
.hot-coral {
color: #f25c5a;
}
.peach-butter {
color: #fbaf3c;
}
.gorse {
color: #f9e639;
}
.latte-froth {
color: #f3f1e8;
}
/* CSS Variables */
:root {
--raspberry-sorbet:#d7376c;
--hot-coral:#f25c5a;
--peach-butter:#fbaf3c;
--gorse:#f9e639;
--latte-froth:#f3f1e8;
}