Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.soviet-gold {
color: #ffd900;
}
.blue-bay {
color: #5d9bd5;
}
.bright-ube {
color: #d4a1e2;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--grapefruit-pulp:#ff6e61;
--soviet-gold:#ffd900;
--blue-bay:#5d9bd5;
--bright-ube:#d4a1e2;
}