Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d7493c;
}
.orange-pospsicle {
color: #f1a20e;
}
.calla {
color: #f1e1b6;
}
.sea-serpent {
color: #4ec5d4;
}
.turkish-stone {
color: #2c7a8c;
}
/* CSS Variables */
:root {
--warming-heart:#d7493c;
--orange-pospsicle:#f1a20e;
--calla:#f1e1b6;
--sea-serpent:#4ec5d4;
--turkish-stone:#2c7a8c;
}