Color names in this palette
CSS code for this palette
/* CSS */
.crashing-waves {
color: #3d6b8a;
}
.explorer-blue {
color: #59a5b1;
}
.lilliputian-lime {
color: #7fd959;
}
.yellow-avarice {
color: #f6f7d9;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--crashing-waves:#3d6b8a;
--explorer-blue:#59a5b1;
--lilliputian-lime:#7fd959;
--yellow-avarice:#f6f7d9;
--chai-latte:#f8c8a0;
}