Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.sprouted {
color: #f2d48c;
}
.cocoa-butter {
color: #f6f5c1;
}
.terrace-pool {
color: #a3d6e0;
}
.cadet-blue {
color: #609d9f;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--sprouted:#f2d48c;
--cocoa-butter:#f6f5c1;
--terrace-pool:#a3d6e0;
--cadet-blue:#609d9f;
}