Color names in this palette
CSS code for this palette
/* CSS */
.clematis-blue {
color: #3f3b8c;
}
.justice {
color: #5f6a91;
}
.periwinkle-dusk {
color: #8c9cb1;
}
.lemon-dream {
color: #f0a000;
}
.tail-lights {
color: #d84b18;
}
/* CSS Variables */
:root {
--clematis-blue:#3f3b8c;
--justice:#5f6a91;
--periwinkle-dusk:#8c9cb1;
--lemon-dream:#f0a000;
--tail-lights:#d84b18;
}