Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #d8544f;
}
.squash-blossom {
color: #f6b83c;
}
.mystic-tulip {
color: #f9b49f;
}
.eerie-glow {
color: #a7d7b7;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--capocollo:#d8544f;
--squash-blossom:#f6b83c;
--mystic-tulip:#f9b49f;
--eerie-glow:#a7d7b7;
--blue-bay:#5d9bd5;
}