Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.milky-way {
color: #e3f4f7;
}
.luxor-blue {
color: #bfe8e6;
}
.apple-cream {
color: #b7d7a8;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--milky-way:#e3f4f7;
--luxor-blue:#bfe8e6;
--apple-cream:#b7d7a8;
--smooth-as-corn-silk:#f4e4b3;
}