Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1d2a67;
}
.daisy-bush {
color: #5c3f8d;
}
.thimble-red {
color: #a35c8b;
}
.jurassic-gold {
color: #e6a551;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--mythical-night:#1d2a67;
--daisy-bush:#5c3f8d;
--thimble-red:#a35c8b;
--jurassic-gold:#e6a551;
--squash-blossom:#f6b83c;
}