Color names in this palette
CSS code for this palette
/* CSS */
.cor-de-pele {
color: #f4c3c3;
}
.baby-steps {
color: #f9c8d9;
}
.chefchaouen-blue {
color: #a1cfe8;
}
.heisenberg-blue {
color: #6bd2f5;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--cor-de-pele:#f4c3c3;
--baby-steps:#f9c8d9;
--chefchaouen-blue:#a1cfe8;
--heisenberg-blue:#6bd2f5;
--clear-chill:#1f8fff;
}