Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.clematis-blue {
color: #3b3c8c;
}
.azure-tide {
color: #2a9d90;
}
.firecracker {
color: #f25f3a;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--clematis-blue:#3b3c8c;
--azure-tide:#2a9d90;
--firecracker:#f25f3a;
}