Color names in this palette
CSS code for this palette
/* CSS */
.traditional-blue {
color: #1d688b;
}
.thalassa {
color: #50b4b9;
}
.faded-poster {
color: #7fe1e6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--traditional-blue:#1d688b;
--thalassa:#50b4b9;
--faded-poster:#7fe1e6;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}