Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.chinese-porcelain {
color: #396179;
}
.spirit-mountain {
color: #6a8e9a;
}
.powder-soft-blue {
color: #b6c9d8;
}
.soft-butter {
color: #f5e2b8;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--chinese-porcelain:#396179;
--spirit-mountain:#6a8e9a;
--powder-soft-blue:#b6c9d8;
--soft-butter:#f5e2b8;
}