Color names in this palette
CSS code for this palette
/* CSS */
.grenadine-pink {
color: #ff5c6c;
}
.atomic-tangerine {
color: #ff976b;
}
.chanterelles {
color: #ffc96b;
}
.fuzzy-duckling {
color: #ffe96b;
}
.screamin-green {
color: #5cff6c;
}
/* CSS Variables */
:root {
--grenadine-pink:#ff5c6c;
--atomic-tangerine:#ff976b;
--chanterelles:#ffc96b;
--fuzzy-duckling:#ffe96b;
--screamin-green:#5cff6c;
}