Color names in this palette
CSS code for this palette
/* CSS */
.bricks-of-hope {
color: #d85a5a;
}
.pyrite {
color: #f4c543;
}
.venetian-yellow {
color: #f8e5a0;
}
.young-bamboo {
color: #69bf8e;
}
.mallorca-blue {
color: #4f7d92;
}
/* CSS Variables */
:root {
--bricks-of-hope:#d85a5a;
--pyrite:#f4c543;
--venetian-yellow:#f8e5a0;
--young-bamboo:#69bf8e;
--mallorca-blue:#4f7d92;
}