Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-blue {
color: #1e80b8;
}
.epimetheus {
color: #4eb3d4;
}
.sky-of-ocean {
color: #84d2e6;
}
.boxwood-yellow {
color: #f1e5a2;
}
.butter-cream {
color: #f1b341;
}
/* CSS Variables */
:root {
--mediterranean-blue:#1e80b8;
--epimetheus:#4eb3d4;
--sky-of-ocean:#84d2e6;
--boxwood-yellow:#f1e5a2;
--butter-cream:#f1b341;
}