Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.rainy-lake {
color: #3f6e92;
}
.madonna-blue {
color: #70b3d2;
}
.charlotte {
color: #a4e1e5;
}
.yellow-chalk {
color: #f8f7af;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--rainy-lake:#3f6e92;
--madonna-blue:#70b3d2;
--charlotte:#a4e1e5;
--yellow-chalk:#f8f7af;
}