Color names in this palette
CSS code for this palette
/* CSS */
.nevermind-nirvana {
color: #76c4f4;
}
.cave-lake {
color: #51b6c8;
}
.gossamer {
color: #3a9c8c;
}
.citrus-sachet {
color: #f1c6a7;
}
.sizzling-sunset {
color: #ef7e4d;
}
/* CSS Variables */
:root {
--nevermind-nirvana:#76c4f4;
--cave-lake:#51b6c8;
--gossamer:#3a9c8c;
--citrus-sachet:#f1c6a7;
--sizzling-sunset:#ef7e4d;
}