Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a1e6;
}
.blue-atoll {
color: #00b4e6;
}
.maldives {
color: #00c6e0;
}
.cakepop-sorbet {
color: #f6c746;
}
.halloween {
color: #ff613d;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a1e6;
--blue-atoll:#00b4e6;
--maldives:#00c6e0;
--cakepop-sorbet:#f6c746;
--halloween:#ff613d;
}