Color names in this palette
CSS code for this palette
/* CSS */
.amber-yellow {
color: #f5b55b;
}
.chinese-orange {
color: #f16f3b;
}
.rouge-like {
color: #a63f63;
}
.dark-pansy {
color: #6a3e79;
}
.berry-pie {
color: #4f6e8c;
}
/* CSS Variables */
:root {
--amber-yellow:#f5b55b;
--chinese-orange:#f16f3b;
--rouge-like:#a63f63;
--dark-pansy:#6a3e79;
--berry-pie:#4f6e8c;
}