Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6d3;
}
.mystic-tulip {
color: #f7b8a1;
}
.florida-sunrise {
color: #f6aa6f;
}
.blockchain-gold {
color: #e7bb4b;
}
.chartreuse-shot {
color: #d6d600;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6d3;
--mystic-tulip:#f7b8a1;
--florida-sunrise:#f6aa6f;
--blockchain-gold:#e7bb4b;
--chartreuse-shot:#d6d600;
}