Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3d6a99;
}
.green-spruce {
color: #5aa07d;
}
.lobaria-lichen {
color: #a3c8b4;
}
.majestic-treasures {
color: #f2e7a6;
}
.texas-longhorn {
color: #e28c3c;
}
/* CSS Variables */
:root {
--star-sapphire:#3d6a99;
--green-spruce:#5aa07d;
--lobaria-lichen:#a3c8b4;
--majestic-treasures:#f2e7a6;
--texas-longhorn:#e28c3c;
}