Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a6d1e8;
}
.powder-blue {
color: #b1e0e7;
}
.alice-blue {
color: #f0f8ff;
}
.toxic-latte {
color: #e2f8e7;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a6d1e8;
--powder-blue:#b1e0e7;
--alice-blue:#f0f8ff;
--toxic-latte:#e2f8e7;
--eerie-glow:#a7d7b8;
}