Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1c4f82;
}
.blue-dart-frog {
color: #3b7e9b;
}
.peppermint-fresh {
color: #69bf9b;
}
.cheater {
color: #f0b460;
}
.opal-flame {
color: #f15e4b;
}
/* CSS Variables */
:root {
--clear-night-sky:#1c4f82;
--blue-dart-frog:#3b7e9b;
--peppermint-fresh:#69bf9b;
--cheater:#f0b460;
--opal-flame:#f15e4b;
}