Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.chinese-porcelain {
color: #3e5b7e;
}
.frozen-lake {
color: #7a9db3;
}
.petals-unfolding {
color: #f4b8c4;
}
.wake-me-up {
color: #f8d359;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--chinese-porcelain:#3e5b7e;
--frozen-lake:#7a9db3;
--petals-unfolding:#f4b8c4;
--wake-me-up:#f8d359;
}