Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.alice-blue {
color: #f0f8ff;
}
.lavender-mist {
color: #e5e5fa;
}
.lit-l-buoy-blew {
color: #d5e7e1;
}
.mint-macaron {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--white:#ffffff;
--alice-blue:#f0f8ff;
--lavender-mist:#e5e5fa;
--lit-l-buoy-blew:#d5e7e1;
--mint-macaron:#b1eaf2;
}