Color names in this palette
CSS code for this palette
/* CSS */
.tomb-blue {
color: #0099cc;
}
.sanctuary-spa {
color: #67b4e4;
}
.atlantic-ocean {
color: #a4d5e5;
}
.zappy-zebra {
color: #f0f2f4;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--tomb-blue:#0099cc;
--sanctuary-spa:#67b4e4;
--atlantic-ocean:#a4d5e5;
--zappy-zebra:#f0f2f4;
--usc-gold:#ffcc00;
}