Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.chinese-porcelain {
color: #3b617d;
}
.wandering-river {
color: #71a0c6;
}
.light-sky-babe {
color: #9fd0e0;
}
.child-of-light {
color: #eef4f6;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--chinese-porcelain:#3b617d;
--wandering-river:#71a0c6;
--light-sky-babe:#9fd0e0;
--child-of-light:#eef4f6;
}