Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d44a3a;
}
.prometheus-orange {
color: #f15a22;
}
.cakepop-sorbet {
color: #f7c64a;
}
.pure-apple {
color: #6abe4b;
}
.dirty-blue {
color: #407f9c;
}
/* CSS Variables */
:root {
--warming-heart:#d44a3a;
--prometheus-orange:#f15a22;
--cakepop-sorbet:#f7c64a;
--pure-apple:#6abe4b;
--dirty-blue:#407f9c;
}