Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f7f7f7;
}
.kali-blue {
color: #004b5c;
}
.quiet-whisper {
color: #f0f4e7;
}
.dulcet {
color: #9ad6d6;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--lynx-white:#f7f7f7;
--kali-blue:#004b5c;
--quiet-whisper:#f0f4e7;
--dulcet:#9ad6d6;
--sunshine-mellow:#f1c40e;
}