Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f3c5b4;
}
.banana-mania {
color: #fce7b0;
}
.crystal-apple {
color: #d0e8a1;
}
.frosty-soft-blue {
color: #b3e0e0;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f3c5b4;
--banana-mania:#fce7b0;
--crystal-apple:#d0e8a1;
--frosty-soft-blue:#b3e0e0;
}