Color names in this palette
CSS code for this palette
/* CSS */
.tangled-web {
color: #b3b3b3;
}
.casino-lights {
color: #f6f4b1;
}
.banana-yogurt {
color: #f8e6b4;
}
.rustique {
color: #f5c2b2;
}
.calabrese {
color: #f2a6a6;
}
/* CSS Variables */
:root {
--tangled-web:#b3b3b3;
--casino-lights:#f6f4b1;
--banana-yogurt:#f8e6b4;
--rustique:#f5c2b2;
--calabrese:#f2a6a6;
}