Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.n-renji-orange {
color: #fcc14a;
}
.yellow-wax-pepper {
color: #eae3b8;
}
.chinese-porcelain {
color: #3a607e;
}
.muted-lavender {
color: #3d5a99;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--n-renji-orange:#fcc14a;
--yellow-wax-pepper:#eae3b8;
--chinese-porcelain:#3a607e;
--muted-lavender:#3d5a99;
}