Color names in this palette
CSS code for this palette
/* CSS */
.wave-jumper {
color: #6c8f9d;
}
.frozen-tundra {
color: #a1c2c9;
}
.white-smoke {
color: #f5f5f5;
}
.coral-bisque {
color: #f7c6b1;
}
.lolly {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--wave-jumper:#6c8f9d;
--frozen-tundra:#a1c2c9;
--white-smoke:#f5f5f5;
--coral-bisque:#f7c6b1;
--lolly:#ff9c8f;
}