Color names in this palette
CSS code for this palette
/* CSS */
.feeling-lucky {
color: #b1d3c8;
}
.warming-peach {
color: #e3b8a1;
}
.banana-yogurt {
color: #f9e9b4;
}
.apricot-obsession {
color: #f6c1b6;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--feeling-lucky:#b1d3c8;
--warming-peach:#e3b8a1;
--banana-yogurt:#f9e9b4;
--apricot-obsession:#f6c1b6;
--vampire-red:#d63f2e;
}