Color names in this palette
CSS code for this palette
/* CSS */
.durban-sky {
color: #5c8b99;
}
.spring-rain {
color: #a1b89d;
}
.delicate-lace {
color: #f2e6d4;
}
.esprit-peach {
color: #fec29f;
}
.tory-red {
color: #d86b5f;
}
/* CSS Variables */
:root {
--durban-sky:#5c8b99;
--spring-rain:#a1b89d;
--delicate-lace:#f2e6d4;
--esprit-peach:#fec29f;
--tory-red:#d86b5f;
}