Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b400;
}
.soaked-in-sun {
color: #f7d064;
}
.storm-lightning {
color: #f9e89f;
}
.fresh-water {
color: #c3e0f4;
}
.blue-eyed-boy {
color: #88b8e7;
}
/* CSS Variables */
:root {
--american-yellow:#f0b400;
--soaked-in-sun:#f7d064;
--storm-lightning:#f9e89f;
--fresh-water:#c3e0f4;
--blue-eyed-boy:#88b8e7;
}