Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
--f-n-h-ng-pink:#ff6bb5;
--secret-story:#ff1492;
}