Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a7a2;
}
.salmon-run {
color: #ebb099;
}
.vespa-yellow {
color: #f4d29f;
}
.smooth-satin {
color: #a2d7d1;
}
.tropic-tide {
color: #6ebfbe;
}
/* CSS Variables */
:root {
--calabrese:#f1a7a2;
--salmon-run:#ebb099;
--vespa-yellow:#f4d29f;
--smooth-satin:#a2d7d1;
--tropic-tide:#6ebfbe;
}