Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.magical-merlin {
color: #3e90cc;
}
.semi-sweet-chocolate {
color: #6a4125;
}
.link-to-the-past {
color: #d3b58d;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--magical-merlin:#3e90cc;
--semi-sweet-chocolate:#6a4125;
--link-to-the-past:#d3b58d;
}