Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb8c1;
}
.pinkalicious {
color: #ff99ff;
}
.soviet-gold {
color: #ffd900;
}
.hanuman-green {
color: #4dffb2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--matt-pink:#ffb8c1;
--pinkalicious:#ff99ff;
--soviet-gold:#ffd900;
--hanuman-green:#4dffb2;
--grapefruit-pulp:#ff6e61;
}