Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.cream-custard {
color: #f2d7b1;
}
.anise-flower {
color: #f3e2b4;
}
.terrace-pool {
color: #a3d7e0;
}
.big-chill {
color: #7dc8e3;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--cream-custard:#f2d7b1;
--anise-flower:#f3e2b4;
--terrace-pool:#a3d7e0;
--big-chill:#7dc8e3;
}