Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f6c6c6;
}
.calabrese {
color: #f5aaa3;
}
.rose-essence {
color: #f49a8a;
}
.crunch {
color: #f0ba5c;
}
.willow-flower-yellow {
color: #f1d19d;
}
/* CSS Variables */
:root {
--english-rose:#f6c6c6;
--calabrese:#f5aaa3;
--rose-essence:#f49a8a;
--crunch:#f0ba5c;
--willow-flower-yellow:#f1d19d;
}