Color names in this palette
CSS code for this palette
/* CSS */
.mega-blue {
color: #3a6ea6;
}
.sanctuary-spa {
color: #6db1e8;
}
.juzcar-blue {
color: #a1d2f7;
}
.sugar-cookie {
color: #f4e4a4;
}
.sweet-potato {
color: #d77a3c;
}
/* CSS Variables */
:root {
--mega-blue:#3a6ea6;
--sanctuary-spa:#6db1e8;
--juzcar-blue:#a1d2f7;
--sugar-cookie:#f4e4a4;
--sweet-potato:#d77a3c;
}