Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.lively-coral {
color: #e97c7c;
}
.forsythia-blossom {
color: #f5d56b;
}
.greenbrier {
color: #4c9a6c;
}
.dive-in {
color: #3f4b83;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--lively-coral:#e97c7c;
--forsythia-blossom:#f5d56b;
--greenbrier:#4c9a6c;
--dive-in:#3f4b83;
}