Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.rustique {
color: #f5bfb2;
}
.turkscap {
color: #f4d8be;
}
.lazy-caterpillar {
color: #e1e7ca;
}
.jade-spell {
color: #c1e6d4;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--rustique:#f5bfb2;
--turkscap:#f4d8be;
--lazy-caterpillar:#e1e7ca;
--jade-spell:#c1e6d4;
}