Color names in this palette
CSS code for this palette
/* CSS */
.boysenberry-pink {
color: #a13a59;
}
.flame-orange {
color: #f58b29;
}
.zing {
color: #f9c37b;
}
.light-budgie-blue {
color: #a0d4e9;
}
.oregon-blue {
color: #498ada;
}
/* CSS Variables */
:root {
--boysenberry-pink:#a13a59;
--flame-orange:#f58b29;
--zing:#f9c37b;
--light-budgie-blue:#a0d4e9;
--oregon-blue:#498ada;
}