Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d39fe5;
}
.pink-quartz {
color: #ffb8ea;
}
.grapefruit-pulp {
color: #ff6e61;
}
.soviet-gold {
color: #ffd900;
}
.medium-aquamarine {
color: #69d8af;
}
/* CSS Variables */
:root {
--bright-ube:#d39fe5;
--pink-quartz:#ffb8ea;
--grapefruit-pulp:#ff6e61;
--soviet-gold:#ffd900;
--medium-aquamarine:#69d8af;
}