Color names in this palette
CSS code for this palette
/* CSS */
.blue-damselfly {
color: #2a9fd5;
}
.candid-blue {
color: #6fc5e2;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.coastal-breeze {
color: #e0f7fa;
}
.m-white {
color: #f4f8fb;
}
/* CSS Variables */
:root {
--blue-damselfly:#2a9fd5;
--candid-blue:#6fc5e2;
--chefchaouen-blue:#a1d3e8;
--coastal-breeze:#e0f7fa;
--m-white:#f4f8fb;
}