Color names in this palette
CSS code for this palette
/* CSS */
.inky-blue {
color: #4e6f88;
}
.leisure-blue {
color: #6b8d9e;
}
.powdered-gum {
color: #a0b1a5;
}
.double-spanish-white {
color: #d1c2a3;
}
.tiger-lily {
color: #e45d3f;
}
/* CSS Variables */
:root {
--inky-blue:#4e6f88;
--leisure-blue:#6b8d9e;
--powdered-gum:#a0b1a5;
--double-spanish-white:#d1c2a3;
--tiger-lily:#e45d3f;
}