Color names in this palette
CSS code for this palette
/* CSS */
.dark-slate-blue {
color: #1e4c62;
}
.aqueous {
color: #3a8f92;
}
.veranda-blue {
color: #61b3b1;
}
.yellow-cream {
color: #f1d46a;
}
.tiger-lily {
color: #e0593e;
}
/* CSS Variables */
:root {
--dark-slate-blue:#1e4c62;
--aqueous:#3a8f92;
--veranda-blue:#61b3b1;
--yellow-cream:#f1d46a;
--tiger-lily:#e0593e;
}