Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.synergy {
color: #4ac4b2;
}
.turquoise-tower {
color: #a8e6cf;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--synergy:#4ac4b2;
--turquoise-tower:#a8e6cf;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}