Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.berry-blue {
color: #305e78;
}
.adrift {
color: #4b8c9b;
}
.mintage {
color: #77c0b4;
}
.bath-salt-green {
color: #b8e0d8;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--berry-blue:#305e78;
--adrift:#4b8c9b;
--mintage:#77c0b4;
--bath-salt-green:#b8e0d8;
}