Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f8c9b9;
}
.roseberry {
color: #f2a6a1;
}
.nude-flamingo {
color: #e78e7e;
}
.desert-rose {
color: #d05d6c;
}
.valentine {
color: #a7394d;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f8c9b9;
--roseberry:#f2a6a1;
--nude-flamingo:#e78e7e;
--desert-rose:#d05d6c;
--valentine:#a7394d;
}