Color names in this palette
CSS code for this palette
/* CSS */
.soothing-sapphire {
color: #397ad5;
}
.sail-away {
color: #5cb4e0;
}
.slightly-spritzig {
color: #8ed5f0;
}
.welcoming-wasp {
color: #f0a800;
}
.bright-orange {
color: #f86c30;
}
/* CSS Variables */
:root {
--soothing-sapphire:#397ad5;
--sail-away:#5cb4e0;
--slightly-spritzig:#8ed5f0;
--welcoming-wasp:#f0a800;
--bright-orange:#f86c30;
}