Color names in this palette
CSS code for this palette
/* CSS */
.blue-radiance {
color: #5fd4d8;
}
.blue-dart-frog {
color: #3b7e9b;
}
.sailboat {
color: #2f4c6f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--blue-radiance:#5fd4d8;
--blue-dart-frog:#3b7e9b;
--sailboat:#2f4c6f;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}