Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.extreme-carrot {
color: #ff6d2e;
}
.coral-red {
color: #ff3d3d;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--extreme-carrot:#ff6d2e;
--coral-red:#ff3d3d;
--wildflower-bouquet:#ffb3b3;
--f-n-h-ng-pink:#ff6bb5;
}