Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.snow-white-blush {
color: #f9aeae;
}
.blue-bubble {
color: #a5d5e9;
}
.olympic-blue {
color: #4b91e2;
}
.bluebell {
color: #3b3b97;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--snow-white-blush:#f9aeae;
--blue-bubble:#a5d5e9;
--olympic-blue:#4b91e2;
--bluebell:#3b3b97;
}