Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.alpenglow {
color: #f1bfb7;
}
.sand-pearl {
color: #e6d5b7;
}
.cactus-spike {
color: #c3e0a3;
}
.chefchaouen-blue {
color: #a1cfe8;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--alpenglow:#f1bfb7;
--sand-pearl:#e6d5b7;
--cactus-spike:#c3e0a3;
--chefchaouen-blue:#a1cfe8;
}