Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.nebulas-blue {
color: #2b64a6;
}
.lake-thun {
color: #49b8e4;
}
.dull-yellow {
color: #f1df5b;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--nebulas-blue:#2b64a6;
--lake-thun:#49b8e4;
--dull-yellow:#f1df5b;
--dodgeroll-gold:#f39c12;
}