Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-sage {
color: #a81f36;
}
.welcoming-wasp {
color: #f0a800;
}
.yellow-mellow {
color: #f2d51c;
}
.king-lime {
color: #a8d600;
}
.flax-flower-blue {
color: #3d9ae1;
}
/* CSS Variables */
:root {
--scarlet-sage:#a81f36;
--welcoming-wasp:#f0a800;
--yellow-mellow:#f2d51c;
--king-lime:#a8d600;
--flax-flower-blue:#3d9ae1;
}