Color names in this palette
CSS code for this palette
/* CSS */
.black-rock {
color: #2c2a3c;
}
.sargasso-sea {
color: #3d4b66;
}
.blue-team-spirit {
color: #5a86a0;
}
.deluxe-days {
color: #89c4e6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--black-rock:#2c2a3c;
--sargasso-sea:#3d4b66;
--blue-team-spirit:#5a86a0;
--deluxe-days:#89c4e6;
--creamy-sweet-corn:#f9c54e;
}