Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.blue-jeans {
color: #5ab1e7;
}
.aquamarine-blue {
color: #73d4e7;
}
.celtic-spring {
color: #a9e0b1;
}
.jemima {
color: #f6d47e;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--blue-jeans:#5ab1e7;
--aquamarine-blue:#73d4e7;
--celtic-spring:#a9e0b1;
--jemima:#f6d47e;
}