Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f9c36c;
}
.orangish {
color: #f98f48;
}
.oranzhewyi-orange {
color: #f05b3d;
}
.gladiola {
color: #d94c3f;
}
.japanese-wineberry {
color: #4e2c34;
}
/* CSS Variables */
:root {
--yellow-currant:#f9c36c;
--orangish:#f98f48;
--oranzhewyi-orange:#f05b3d;
--gladiola:#d94c3f;
--japanese-wineberry:#4e2c34;
}