Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e3a1c7;
}
.river-of-gold {
color: #e4b75e;
}
.oyster-bisque {
color: #f2e4b1;
}
.tropical-light {
color: #a0d572;
}
.palmetto {
color: #6c9d9a;
}
/* CSS Variables */
:root {
--prettiest-pink:#e3a1c7;
--river-of-gold:#e4b75e;
--oyster-bisque:#f2e4b1;
--tropical-light:#a0d572;
--palmetto:#6c9d9a;
}