Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d74c3c;
}
.ginger-milk {
color: #f9a858;
}
.calla {
color: #f2e1b5;
}
.berry-pie {
color: #506c8b;
}
.blue-fantastic {
color: #2b3b50;
}
/* CSS Variables */
:root {
--warming-heart:#d74c3c;
--ginger-milk:#f9a858;
--calla:#f2e1b5;
--berry-pie:#506c8b;
--blue-fantastic:#2b3b50;
}