Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.island-moment {
color: #3bb0aa;
}
.coarse-wool {
color: #18212a;
}
.debrito {
color: #f0783d;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--island-moment:#3bb0aa;
--coarse-wool:#18212a;
--debrito:#f0783d;
--squash-blossom:#f6b83c;
}