Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.zenith {
color: #497b9c;
}
.tropez-blue {
color: #72b2c5;
}
.silent-ripple {
color: #a9e5e0;
}
.distant-horizon {
color: #f2f8f7;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--zenith:#497b9c;
--tropez-blue:#72b2c5;
--silent-ripple:#a9e5e0;
--distant-horizon:#f2f8f7;
}