Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5c;
}
.revel-blue {
color: #4a6a8c;
}
.alaskan-ice {
color: #80a0c2;
}
.powdered-granite {
color: #c1c6e7;
}
.citrus-honey {
color: #f5b96b;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5c;
--revel-blue:#4a6a8c;
--alaskan-ice:#80a0c2;
--powdered-granite:#c1c6e7;
--citrus-honey:#f5b96b;
}