Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #4c94dc;
}
.star-sapphire {
color: #3b6aa0;
}
.southern-blue {
color: #3a5a88;
}
.ketchup {
color: #9e392e;
}
.warming-heart {
color: #d84d3b;
}
/* CSS Variables */
:root {
--flax-flower-blue:#4c94dc;
--star-sapphire:#3b6aa0;
--southern-blue:#3a5a88;
--ketchup:#9e392e;
--warming-heart:#d84d3b;
}