Color names in this palette
CSS code for this palette
/* CSS */
.flickering-sea {
color: #4d6ef5;
}
.clean-pool {
color: #5cc0eb;
}
.blizzard-blue {
color: #9fe0f4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--flickering-sea:#4d6ef5;
--clean-pool:#5cc0eb;
--blizzard-blue:#9fe0f4;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}