Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8ea5;
}
.tropical-tide {
color: #5dc6b1;
}
.bone-white {
color: #f1e1ac;
}
.squash-blossom {
color: #f6b83c;
}
.orangeville {
color: #e76f5f;
}
/* CSS Variables */
:root {
--blue-moon:#3b8ea5;
--tropical-tide:#5dc6b1;
--bone-white:#f1e1ac;
--squash-blossom:#f6b83c;
--orangeville:#e76f5f;
}