Color names in this palette
CSS code for this palette
/* CSS */
.patriot-blue {
color: #3a3d5f;
}
.bright-eggplant {
color: #5e4b8b;
}
.sister-loganberry-frost {
color: #893e6f;
}
.ibis-rose {
color: #c75c8c;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--patriot-blue:#3a3d5f;
--bright-eggplant:#5e4b8b;
--sister-loganberry-frost:#893e6f;
--ibis-rose:#c75c8c;
--shrimp-cocktail:#f4a462;
}