Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1c2e4a;
}
.bonne-nuit {
color: #3b4968;
}
.blue-oar {
color: #637d9c;
}
.metal-gear {
color: #a1c4de;
}
.pink-bubble-tea {
color: #f9b9c1;
}
/* CSS Variables */
:root {
--manganese-black:#1c2e4a;
--bonne-nuit:#3b4968;
--blue-oar:#637d9c;
--metal-gear:#a1c4de;
--pink-bubble-tea:#f9b9c1;
}