Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f1c4b1;
}
.lime-bright {
color: #f1e3b1;
}
.juzcar-blue {
color: #a2d5f1;
}
.sanctuary-spa {
color: #68aee3;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f1c4b1;
--lime-bright:#f1e3b1;
--juzcar-blue:#a2d5f1;
--sanctuary-spa:#68aee3;
}