Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-salmon {
color: #ff5f5c;
}
.vintage-orange {
color: #ffad5c;
}
.neon-light {
color: #ffe45c;
}
.lighter-green {
color: #77ff5c;
}
.thallium-flame {
color: #5cff8a;
}
/* CSS Variables */
:root {
--pineapple-salmon:#ff5f5c;
--vintage-orange:#ffad5c;
--neon-light:#ffe45c;
--lighter-green:#77ff5c;
--thallium-flame:#5cff8a;
}