Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #d84f4f;
}
.hot-coral {
color: #f55c51;
}
.salmon-nigiri {
color: #f78e6e;
}
.mirabelle-yellow {
color: #f5c166;
}
.boxwood-yellow {
color: #f0e4a8;
}
/* CSS Variables */
:root {
--capocollo:#d84f4f;
--hot-coral:#f55c51;
--salmon-nigiri:#f78e6e;
--mirabelle-yellow:#f5c166;
--boxwood-yellow:#f0e4a8;
}