Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.guide-pink {
color: #e84a5f;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--guide-pink:#e84a5f;
--azure-tide:#2a9d90;
--mallard:#274754;
}