Color names in this palette
CSS code for this palette
/* CSS */
.sky-bus {
color: #9ac1d6;
}
.crystal-river {
color: #b2e5f0;
}
.cupid {
color: #f5b2c5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.s-l-i-orange {
color: #f98348;
}
/* CSS Variables */
:root {
--sky-bus:#9ac1d6;
--crystal-river:#b2e5f0;
--cupid:#f5b2c5;
--creamy-sweet-corn:#f9c54e;
--s-l-i-orange:#f98348;
}