Color names in this palette
CSS code for this palette
/* CSS */
.peach-rose {
color: #f6e2d5;
}
.lusty-salmon {
color: #f1b2a7;
}
.lively-coral {
color: #e6797d;
}
.red-arremer {
color: #e84f4f;
}
.spirit-warrior {
color: #d9513f;
}
/* CSS Variables */
:root {
--peach-rose:#f6e2d5;
--lusty-salmon:#f1b2a7;
--lively-coral:#e6797d;
--red-arremer:#e84f4f;
--spirit-warrior:#d9513f;
}