Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.sargasso-sea {
color: #3b4a68;
}
.waikawa-grey {
color: #5d6f92;
}
.awesome-violet {
color: #a7b2d3;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--sargasso-sea:#3b4a68;
--waikawa-grey:#5d6f92;
--awesome-violet:#a7b2d3;
--sunshine-mellow:#f1c40e;
}