Color names in this palette
CSS code for this palette
/* CSS */
.xavier-blue {
color: #6cb4e4;
}
.lake-tahoe-turquoise {
color: #3bb1b5;
}
.river-fountain {
color: #1f8e8e;
}
.sunny-mood {
color: #f7c94b;
}
.aurora-orange {
color: #eb6f42;
}
/* CSS Variables */
:root {
--xavier-blue:#6cb4e4;
--lake-tahoe-turquoise:#3bb1b5;
--river-fountain:#1f8e8e;
--sunny-mood:#f7c94b;
--aurora-orange:#eb6f42;
}