Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.boat-house {
color: #4a8fba;
}
.nevermind-nirvana {
color: #78c7f2;
}
.fuzzy-sheep {
color: #f0e9d1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--boat-house:#4a8fba;
--nevermind-nirvana:#78c7f2;
--fuzzy-sheep:#f0e9d1;
--creamy-sweet-corn:#f9c54e;
}