Color names in this palette
CSS code for this palette
/* CSS */
.coral-expression {
color: #d86b69;
}
.lusty-salmon {
color: #efb0a4;
}
.malibu-peach {
color: #ffc8b3;
}
.mouse-nose {
color: #ffe4b3;
}
.garbanzo-bean {
color: #f2d4a6;
}
/* CSS Variables */
:root {
--coral-expression:#d86b69;
--lusty-salmon:#efb0a4;
--malibu-peach:#ffc8b3;
--mouse-nose:#ffe4b3;
--garbanzo-bean:#f2d4a6;
}