Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1e2a6b;
}
.lambent-lagoon {
color: #3f5b92;
}
.estuary-blue {
color: #6ea3b4;
}
.lime-lizard {
color: #a4d95e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--after-work-blue:#1e2a6b;
--lambent-lagoon:#3f5b92;
--estuary-blue:#6ea3b4;
--lime-lizard:#a4d95e;
--creamy-sweet-corn:#f9c54e;
}