Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.flattering-peach {
color: #f3d4b4;
}
.banana-yogurt {
color: #f8e6b4;
}
.bay {
color: #b3e0d3;
}
.island-light {
color: #a7c6e7;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--flattering-peach:#f3d4b4;
--banana-yogurt:#f8e6b4;
--bay:#b3e0d3;
--island-light:#a7c6e7;
}