Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.vic-20-green {
color: #8fdc8f;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.snow-white-blush {
color: #f9aeae;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--vic-20-green:#8fdc8f;
--bad-moon-yellow:#f2e5b5;
--snow-white-blush:#f9aeae;
--breeze-of-chilli:#f76e6e;
}