Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.salmon-eggs {
color: #f9d55d;
}
.be-spontaneous {
color: #a2d16b;
}
.dragonfly-blue {
color: #43b1c7;
}
.breeze-of-chilli {
color: #f76e70;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--salmon-eggs:#f9d55d;
--be-spontaneous:#a2d16b;
--dragonfly-blue:#43b1c7;
--breeze-of-chilli:#f76e70;
}