Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3b5d9b;
}
.green-spruce {
color: #599b80;
}
.anime {
color: #d1c44d;
}
.glazed-carrot {
color: #e66b2d;
}
.berry-boost {
color: #b9508c;
}
/* CSS Variables */
:root {
--raftsman:#3b5d9b;
--green-spruce:#599b80;
--anime:#d1c44d;
--glazed-carrot:#e66b2d;
--berry-boost:#b9508c;
}