Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.golden-glow {
color: #f9d57b;
}
.caribbean-coast {
color: #91c3de;
}
.cerulean-frost {
color: #6c99c1;
}
.zenith {
color: #497b9c;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--golden-glow:#f9d57b;
--caribbean-coast:#91c3de;
--cerulean-frost:#6c99c1;
--zenith:#497b9c;
}