Color names in this palette
CSS code for this palette
/* CSS */
.dirty-blue {
color: #407f9c;
}
.turtle-lake {
color: #72b1a0;
}
.serendipity {
color: #bae3da;
}
.white-elf {
color: #f5c47f;
}
.spiced-up-orange {
color: #e57b34;
}
/* CSS Variables */
:root {
--dirty-blue:#407f9c;
--turtle-lake:#72b1a0;
--serendipity:#bae3da;
--white-elf:#f5c47f;
--spiced-up-orange:#e57b34;
}