Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.egyptian-violet {
color: #3f4a6e;
}
.blue-shoal {
color: #698c91;
}
.peach-temptation {
color: #f1c4b1;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--egyptian-violet:#3f4a6e;
--blue-shoal:#698c91;
--peach-temptation:#f1c4b1;
--breeze-of-chilli:#f76e6e;
}