Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.tau-light-ochre {
color: #f4d50b;
}
.majestic-treasures {
color: #f2e7a6;
}
.pink-heath {
color: #f3b9e1;
}
.camellia-pink {
color: #d2709f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--tau-light-ochre:#f4d50b;
--majestic-treasures:#f2e7a6;
--pink-heath:#f3b9e1;
--camellia-pink:#d2709f;
}