Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3a7d8d;
}
.dexter {
color: #6fb3b3;
}
.smooth-satin {
color: #a2d8d1;
}
.shrimp-toast {
color: #f7c5a1;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--larkspur:#3a7d8d;
--dexter:#6fb3b3;
--smooth-satin:#a2d8d1;
--shrimp-toast:#f7c5a1;
--durotar-fire:#f15a27;
}