Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.soviet-gold {
color: #ffd900;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.inferno-orange {
color: #ff4400;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--soviet-gold:#ffd900;
--f-n-h-ng-pink:#ff6bb5;
--inferno-orange:#ff4400;
--matt-pink:#ffb8c1;
}