Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.inked {
color: #3b4f68;
}
.metallic-blue {
color: #4f768c;
}
.deep-fried-sun-rays {
color: #f3c45e;
}
.horror-snob {
color: #d2504b;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--inked:#3b4f68;
--metallic-blue:#4f768c;
--deep-fried-sun-rays:#f3c45e;
--horror-snob:#d2504b;
}