Color names in this palette
CSS code for this palette
/* CSS */
.vibrant {
color: #fbd24b;
}
.yakitori {
color: #ebab3d;
}
.apricot-orange {
color: #c76d3d;
}
.boysenberry-pink {
color: #a63a5c;
}
.true-purple {
color: #6d2c90;
}
/* CSS Variables */
:root {
--vibrant:#fbd24b;
--yakitori:#ebab3d;
--apricot-orange:#c76d3d;
--boysenberry-pink:#a63a5c;
--true-purple:#6d2c90;
}