Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1c3f8d;
}
.blue-oyster-cult {
color: #4b7bec;
}
.candid-blue {
color: #6cc7e5;
}
.appetite {
color: #b1e0a9;
}
.anna-banana {
color: #f7d74b;
}
/* CSS Variables */
:root {
--nuit-blanche:#1c3f8d;
--blue-oyster-cult:#4b7bec;
--candid-blue:#6cc7e5;
--appetite:#b1e0a9;
--anna-banana:#f7d74b;
}