Color names in this palette
CSS code for this palette
/* CSS */
.beru {
color: #c1e1d4;
}
.stucco-wall {
color: #f3b29b;
}
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.avid-apricot {
color: #f3c8a0;
}
/* CSS Variables */
:root {
--beru:#c1e1d4;
--stucco-wall:#f3b29b;
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--avid-apricot:#f3c8a0;
}