Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.chinese-porcelain {
color: #3a5e7e;
}
.greyish-blue {
color: #607f9f;
}
.stormfang {
color: #7fa3c3;
}
.terrace-pool {
color: #a3d9e0;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--chinese-porcelain:#3a5e7e;
--greyish-blue:#607f9f;
--stormfang:#7fa3c3;
--terrace-pool:#a3d9e0;
}