Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f3c1b4;
}
.maple-beige {
color: #fbd3a2;
}
.trapunto {
color: #f6eab6;
}
.coastal-foam {
color: #b3e6c9;
}
.green-balloon {
color: #79c3a8;
}
/* CSS Variables */
:root {
--rustique:#f3c1b4;
--maple-beige:#fbd3a2;
--trapunto:#f6eab6;
--coastal-foam:#b3e6c9;
--green-balloon:#79c3a8;
}