Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.chinese-porcelain {
color: #3a607e;
}
.folk-song {
color: #66a3a2;
}
.in-good-taste {
color: #b7d89d;
}
.a-smell-of-bakery {
color: #f3e8d8;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--chinese-porcelain:#3a607e;
--folk-song:#66a3a2;
--in-good-taste:#b7d89d;
--a-smell-of-bakery:#f3e8d8;
}