Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3b6d9b;
}
.fresh-oregano {
color: #4cae68;
}
.energy-yellow {
color: #f6d851;
}
.california {
color: #e88c3b;
}
.flirty-rose {
color: #d5588e;
}
/* CSS Variables */
:root {
--star-sapphire:#3b6d9b;
--fresh-oregano:#4cae68;
--energy-yellow:#f6d851;
--california:#e88c3b;
--flirty-rose:#d5588e;
}