Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1a9e9e;
}
.panorama-blue {
color: #34c1c5;
}
.bath-water {
color: #8be6e9;
}
.light-pecan-pine {
color: #f2e9e3;
}
.horror-snob {
color: #d24b4b;
}
/* CSS Variables */
:root {
--talismanic-teal:#1a9e9e;
--panorama-blue:#34c1c5;
--bath-water:#8be6e9;
--light-pecan-pine:#f2e9e3;
--horror-snob:#d24b4b;
}