Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.snap-shot {
color: #2b3d50;
}
.sailor-s-bay {
color: #4a6e8c;
}
.blue-chrysocolla {
color: #79b8d2;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--snap-shot:#2b3d50;
--sailor-s-bay:#4a6e8c;
--blue-chrysocolla:#79b8d2;
--sunshine-mellow:#f1c40e;
}