Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1c3f5a;
}
.revel-blue {
color: #4a6c8c;
}
.anita {
color: #8f9fb7;
}
.peach-patch {
color: #f2d7a1;
}
.tiger-lily {
color: #e0593e;
}
/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--revel-blue:#4a6c8c;
--anita:#8f9fb7;
--peach-patch:#f2d7a1;
--tiger-lily:#e0593e;
}