Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.quiet-night {
color: #3c8db9;
}
.heisenberg-blue {
color: #6bd2f5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--quiet-night:#3c8db9;
--heisenberg-blue:#6bd2f5;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}