Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f1c6b1;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
.almost-aloe {
color: #c1e4b4;
}
.dreaming-blue {
color: #8cc3d4;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f1c6b1;
--cr-me-de-la-cr-me:#f2e8b5;
--almost-aloe:#c1e4b4;
--dreaming-blue:#8cc3d4;
}