Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.revel-blue {
color: #4a6b8c;
}
.periwinkle-dusk {
color: #8f9bb3;
}
.afghan-sand {
color: #d2a85b;
}
.wistful-longing {
color: #e43b25;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--revel-blue:#4a6b8c;
--periwinkle-dusk:#8f9bb3;
--afghan-sand:#d2a85b;
--wistful-longing:#e43b25;
}