Color names in this palette
CSS code for this palette
/* CSS */
.violet-wisp {
color: #c8d5e4;
}
.grey-agate {
color: #a8b3c2;
}
.allegiance {
color: #5c6a8a;
}
.admiralty {
color: #3e4c60;
}
.yankees-blue {
color: #1f2942;
}
/* CSS Variables */
:root {
--violet-wisp:#c8d5e4;
--grey-agate:#a8b3c2;
--allegiance:#5c6a8a;
--admiralty:#3e4c60;
--yankees-blue:#1f2942;
}