Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.crashing-waves {
color: #3d6b8a;
}
.aquarelle {
color: #5eacb0;
}
.smooth-satin {
color: #a3d7d1;
}
.fake-blonde {
color: #f0e5c1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--crashing-waves:#3d6b8a;
--aquarelle:#5eacb0;
--smooth-satin:#a3d7d1;
--fake-blonde:#f0e5c1;
}