Color names in this palette
CSS code for this palette
/* CSS */
.finnish-fiord {
color: #5fb1bf;
}
.butterscotch {
color: #f9b248;
}
.hot-orange {
color: #f58d3d;
}
.crushed-berries {
color: #d75b99;
}
.grape-juice {
color: #7a2a6b;
}
/* CSS Variables */
:root {
--finnish-fiord:#5fb1bf;
--butterscotch:#f9b248;
--hot-orange:#f58d3d;
--crushed-berries:#d75b99;
--grape-juice:#7a2a6b;
}