Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a5b;
}
.revel-blue {
color: #4b6d8b;
}
.thistleblossom-soft-blue {
color: #8bb5c1;
}
.french-vanilla {
color: #f1e1a7;
}
.tiger-lily {
color: #e25a3c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a5b;
--revel-blue:#4b6d8b;
--thistleblossom-soft-blue:#8bb5c1;
--french-vanilla:#f1e1a7;
--tiger-lily:#e25a3c;
}