Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.revel-blue {
color: #4a6b8c;
}
.cottage-blue {
color: #789dc4;
}
.tear {
color: #b3d8e0;
}
.shrimp-toast {
color: #f7c8a1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--revel-blue:#4a6b8c;
--cottage-blue:#789dc4;
--tear:#b3d8e0;
--shrimp-toast:#f7c8a1;
}