Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1d1e3a;
}
.chinese-porcelain {
color: #3a5f7e;
}
.cerulean-frost {
color: #6b9cc2;
}
.chefchaouen-blue {
color: #a4d1e5;
}
.milk-glass {
color: #f9f7f0;
}
/* CSS Variables */
:root {
--kon:#1d1e3a;
--chinese-porcelain:#3a5f7e;
--cerulean-frost:#6b9cc2;
--chefchaouen-blue:#a4d1e5;
--milk-glass:#f9f7f0;
}