Color names in this palette
CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.nacho {
color: #ffcb5c;
}
.dynamic-yellow {
color: #ffe66b;
}
.lakeside-mist {
color: #d6f0f0;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--sharegaki-persimmon:#ff9f6b;
--nacho:#ffcb5c;
--dynamic-yellow:#ffe66b;
--lakeside-mist:#d6f0f0;
}