Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.integra {
color: #3e5c98;
}
.picton-blue {
color: #5c9cd1;
}
.sunny-mood {
color: #f7c94b;
}
.sohi-red {
color: #e55d3e;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--integra:#3e5c98;
--picton-blue:#5c9cd1;
--sunny-mood:#f7c94b;
--sohi-red:#e55d3e;
}