Color names in this palette
CSS code for this palette
/* CSS */
.crimson-strawberry {
color: #a02c4b;
}
.crushed-berries {
color: #d75b99;
}
.bergamot-orange {
color: #f5a15c;
}
.barley-white {
color: #f7e3b6;
}
.green-blue {
color: #3dbd92;
}
/* CSS Variables */
:root {
--crimson-strawberry:#a02c4b;
--crushed-berries:#d75b99;
--bergamot-orange:#f5a15c;
--barley-white:#f7e3b6;
--green-blue:#3dbd92;
}