Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.vespa-yellow {
color: #f5d19e;
}
.curd {
color: #f9e3b9;
}
.juzcar-blue {
color: #a6d5f7;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--vespa-yellow:#f5d19e;
--curd:#f9e3b9;
--juzcar-blue:#a6d5f7;
--blue-electress:#6b9cd1;
}