Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c3;
}
.tequila {
color: #f6d0a2;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.ice-cold-stare {
color: #b1d1f7;
}
.periwinkle-blue {
color: #8e9bf1;
}
/* CSS Variables */
:root {
--ibis:#f3b4c3;
--tequila:#f6d0a2;
--smooth-as-corn-silk:#f4e3b3;
--ice-cold-stare:#b1d1f7;
--periwinkle-blue:#8e9bf1;
}