Color names in this palette
CSS code for this palette
/* CSS */
.scooter {
color: #2b89a1;
}
.pluviophile {
color: #69e0e2;
}
.ice-citadel {
color: #b6f7f1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--scooter:#2b89a1;
--pluviophile:#69e0e2;
--ice-citadel:#b6f7f1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}