Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.blue-chaise {
color: #4e8ca6;
}
.not-a-cloud-in-sight {
color: #83c8d2;
}
.no-gmb-yellow {
color: #f5e78a;
}
.consumed-by-fire {
color: #f77f1d;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--blue-chaise:#4e8ca6;
--not-a-cloud-in-sight:#83c8d2;
--no-gmb-yellow:#f5e78a;
--consumed-by-fire:#f77f1d;
}