Color names in this palette
CSS code for this palette
/* CSS */
.gladiola {
color: #d94c3f;
}
.n-rang-orange {
color: #ff8052;
}
.qing-yellow {
color: #ffcc66;
}
.wasabi {
color: #b1df7c;
}
.hello-summer {
color: #4db8ff;
}
/* CSS Variables */
:root {
--gladiola:#d94c3f;
--n-rang-orange:#ff8052;
--qing-yellow:#ffcc66;
--wasabi:#b1df7c;
--hello-summer:#4db8ff;
}