Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d74e3c;
}
.tango-pink {
color: #e67f79;
}
.mystic-tulip {
color: #f7b5a1;
}
.calla {
color: #f1e0b6;
}
.lasting-thoughts {
color: #d8e8b0;
}
/* CSS Variables */
:root {
--warming-heart:#d74e3c;
--tango-pink:#e67f79;
--mystic-tulip:#f7b5a1;
--calla:#f1e0b6;
--lasting-thoughts:#d8e8b0;
}