Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1d4090;
}
.blue-dart-frog {
color: #3b7da0;
}
.hygiene-green {
color: #5cc1b0;
}
.cochin-chicken {
color: #f5b561;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--nuit-blanche:#1d4090;
--blue-dart-frog:#3b7da0;
--hygiene-green:#5cc1b0;
--cochin-chicken:#f5b561;
--orangeade:#e04f38;
}