Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3a5f7e;
}
.debutante-ball {
color: #6c8bb7;
}
.mont-blanc {
color: #9eb5d6;
}
.chapel-blue {
color: #b3d2ea;
}
.creamery {
color: #f0d2b7;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3a5f7e;
--debutante-ball:#6c8bb7;
--mont-blanc:#9eb5d6;
--chapel-blue:#b3d2ea;
--creamery:#f0d2b7;
}