Color names in this palette
CSS code for this palette
/* CSS */
.tory-blue {
color: #3c4e8b;
}
.blue-beads {
color: #59809b;
}
.batch-blue {
color: #83b7c9;
}
.phellodendron-amurense {
color: #f3c539;
}
.flirty-salmon {
color: #f77069;
}
/* CSS Variables */
:root {
--tory-blue:#3c4e8b;
--blue-beads:#59809b;
--batch-blue:#83b7c9;
--phellodendron-amurense:#f3c539;
--flirty-salmon:#f77069;
}