Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-pie {
color: #5e212b;
}
.strawberry-daiquiri {
color: #9f3c4d;
}
.pink-blessing {
color: #f1a7bb;
}
.ocean-breeze {
color: #d3e4e9;
}
.light-topaz-soft-blue {
color: #b4cbd9;
}
/* CSS Variables */
:root {
--blackberry-pie:#5e212b;
--strawberry-daiquiri:#9f3c4d;
--pink-blessing:#f1a7bb;
--ocean-breeze:#d3e4e9;
--light-topaz-soft-blue:#b4cbd9;
}