Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3c6b8b;
}
.pass-time-blue {
color: #5f9cb4;
}
.french-pass {
color: #a3d5e0;
}
.millennial-pink {
color: #f6c8c1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3c6b8b;
--pass-time-blue:#5f9cb4;
--french-pass:#a3d5e0;
--millennial-pink:#f6c8c1;
}