Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.ashton-blue {
color: #4a7cba;
}
.big-chill {
color: #7ec7e2;
}
.limelight {
color: #efe46c;
}
.hot-orange {
color: #f38a39;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--ashton-blue:#4a7cba;
--big-chill:#7ec7e2;
--limelight:#efe46c;
--hot-orange:#f38a39;
}