Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8bba;
}
.purple-sapphire {
color: #704c90;
}
.baton-rouge {
color: #9a3c6a;
}
.sweet-potato {
color: #d97d3f;
}
.softsun {
color: #f4c63e;
}
/* CSS Variables */
:root {
--boat-house:#4a8bba;
--purple-sapphire:#704c90;
--baton-rouge:#9a3c6a;
--sweet-potato:#d97d3f;
--softsun:#f4c63e;
}