Color names in this palette
CSS code for this palette
/* CSS */
.blue-mirage {
color: #5b6d7b;
}
.raindrop {
color: #9fc6c4;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.squash-blossom {
color: #f6b83c;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--blue-mirage:#5b6d7b;
--raindrop:#9fc6c4;
--bad-moon-yellow:#f2e5b5;
--squash-blossom:#f6b83c;
--coral-orange:#e86a4a;
}