Color names in this palette
CSS code for this palette
/* CSS */
.aquatic-cool {
color: #3e9cb6;
}
.clean-pool {
color: #5ac6e7;
}
.siesta-sands {
color: #f1e6df;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--aquatic-cool:#3e9cb6;
--clean-pool:#5ac6e7;
--siesta-sands:#f1e6df;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}