Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #2c8dba;
}
.baharroth-blue {
color: #5ac3d3;
}
.everest {
color: #a1e0e3;
}
.everlasting-ice {
color: #f5fafa;
}
.dandelion-wine {
color: #f8f3b9;
}
/* CSS Variables */
:root {
--christmas-blue:#2c8dba;
--baharroth-blue:#5ac3d3;
--everest:#a1e0e3;
--everlasting-ice:#f5fafa;
--dandelion-wine:#f8f3b9;
}