Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.plum-blossom {
color: #f3a0a0;
}
.breeze-of-chilli {
color: #f26e6e;
}
.red-arremer {
color: #e64c4c;
}
.chinese-dragon {
color: #c85151;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--plum-blossom:#f3a0a0;
--breeze-of-chilli:#f26e6e;
--red-arremer:#e64c4c;
--chinese-dragon:#c85151;
}