Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-violet {
color: #3f4b6e;
}
.bluestone-path {
color: #5e7fa1;
}
.blue-dam {
color: #a1c6d4;
}
.bone-white {
color: #f1e2b1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--egyptian-violet:#3f4b6e;
--bluestone-path:#5e7fa1;
--blue-dam:#a1c6d4;
--bone-white:#f1e2b1;
--shrimp-cocktail:#f4a462;
}