Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1e2a3e;
}
.revel-blue {
color: #4a6b8c;
}
.cotton-wool-blue {
color: #80aad1;
}
.sauerkraut {
color: #f0e0b7;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--yankees-blue:#1e2a3e;
--revel-blue:#4a6b8c;
--cotton-wool-blue:#80aad1;
--sauerkraut:#f0e0b7;
--chat-orange:#f79c40;
}