Color names in this palette
CSS code for this palette
/* CSS */
.felt-green {
color: #6fbe91;
}
.celtic-spring {
color: #a9e0b7;
}
.spilt-milk {
color: #f3f9d2;
}
.cakepop-sorbet {
color: #f9c748;
}
.camellia {
color: #f76c59;
}
/* CSS Variables */
:root {
--felt-green:#6fbe91;
--celtic-spring:#a9e0b7;
--spilt-milk:#f3f9d2;
--cakepop-sorbet:#f9c748;
--camellia:#f76c59;
}