Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3b9fd8;
}
.life-force {
color: #6fb6e2;
}
.chefchaouen-blue {
color: #a6d1e8;
}
.coastal-breeze {
color: #e0f3fa;
}
.crystal-river {
color: #b1e2f1;
}
/* CSS Variables */
:root {
--dayflower:#3b9fd8;
--life-force:#6fb6e2;
--chefchaouen-blue:#a6d1e8;
--coastal-breeze:#e0f3fa;
--crystal-river:#b1e2f1;
}