Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3b6a8c;
}
.fresh-soft-blue {
color: #6bb5b8;
}
.madang {
color: #b5e3a5;
}
.lemon-filling {
color: #f7e4a6;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3b6a8c;
--fresh-soft-blue:#6bb5b8;
--madang:#b5e3a5;
--lemon-filling:#f7e4a6;
}