Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.naked-rose {
color: #eab6b3;
}
.tuft-bush {
color: #f7d2c0;
}
.soft-butter {
color: #f5e2b8;
}
.cactus-spike {
color: #c1e3a5;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--naked-rose:#eab6b3;
--tuft-bush:#f7d2c0;
--soft-butter:#f5e2b8;
--cactus-spike:#c1e3a5;
}