Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3b99d8;
}
.clean-pool {
color: #51c4e1;
}
.turquoise-sea {
color: #65d1e7;
}
.island-paradise {
color: #8ee6e6;
}
.mint-macaron {
color: #b2f0f0;
}
/* CSS Variables */
:root {
--dayflower:#3b99d8;
--clean-pool:#51c4e1;
--turquoise-sea:#65d1e7;
--island-paradise:#8ee6e6;
--mint-macaron:#b2f0f0;
}