Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f395c;
}
.revel-blue {
color: #4a6a8c;
}
.dolphin-blue {
color: #799da9;
}
.light-sea-cliff {
color: #b5d1e8;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--navy-peony:#1f395c;
--revel-blue:#4a6a8c;
--dolphin-blue:#799da9;
--light-sea-cliff:#b5d1e8;
--wash-me:#f8fafc;
}