Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.aerospace-orange {
color: #ff5100;
}
.soviet-gold {
color: #ffd900;
}
.floral-white {
color: #fffaf0;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--aerospace-orange:#ff5100;
--soviet-gold:#ffd900;
--floral-white:#fffaf0;
}