Color names in this palette
CSS code for this palette
/* CSS */
.nutter-butter {
color: #f6d4c6;
}
.roseberry {
color: #f4a59f;
}
.morning-marmalade {
color: #f28b69;
}
.dusty-orange {
color: #e06d4d;
}
.red-lightning {
color: #cf4e3a;
}
/* CSS Variables */
:root {
--nutter-butter:#f6d4c6;
--roseberry:#f4a59f;
--morning-marmalade:#f28b69;
--dusty-orange:#e06d4d;
--red-lightning:#cf4e3a;
}