Color names in this palette
CSS code for this palette
/* CSS */
.hopbush {
color: #d06c8f;
}
.rhodonite {
color: #f5b7c6;
}
.crushed-cashew {
color: #ffedd6;
}
.soviet-gold {
color: #ffd900;
}
.first-date {
color: #f8afa0;
}
/* CSS Variables */
:root {
--hopbush:#d06c8f;
--rhodonite:#f5b7c6;
--crushed-cashew:#ffedd6;
--soviet-gold:#ffd900;
--first-date:#f8afa0;
}