Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.chinese-porcelain {
color: #3a5e7e;
}
.greyish-blue {
color: #607f9f;
}
.batch-blue {
color: #84b1c8;
}
.thai-ice-tea {
color: #e1a77a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--chinese-porcelain:#3a5e7e;
--greyish-blue:#607f9f;
--batch-blue:#84b1c8;
--thai-ice-tea:#e1a77a;
}