Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.xavier-blue {
color: #6dafdf;
}
.mountain-bluebird {
color: #4b9bc3;
}
.american-yellow {
color: #f5b400;
}
.hot-butter {
color: #e6a100;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--xavier-blue:#6dafdf;
--mountain-bluebird:#4b9bc3;
--american-yellow:#f5b400;
--hot-butter:#e6a100;
}