Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1f8cad;
}
.pharaoh-s-seas {
color: #5abfbd;
}
.vidalia {
color: #9fdbd2;
}
.yellow-chalk {
color: #f3f7b1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1f8cad;
--pharaoh-s-seas:#5abfbd;
--vidalia:#9fdbd2;
--yellow-chalk:#f3f7b1;
--creamy-sweet-corn:#f9c54e;
}