Color names in this palette
CSS code for this palette
/* CSS */
.cossack-dancer {
color: #4c8da4;
}
.delicate-girl-blue {
color: #69afc9;
}
.blue-glint {
color: #93c6d7;
}
.crystal-river {
color: #b1e2ec;
}
.coastal-breeze {
color: #e2f6f8;
}
/* CSS Variables */
:root {
--cossack-dancer:#4c8da4;
--delicate-girl-blue:#69afc9;
--blue-glint:#93c6d7;
--crystal-river:#b1e2ec;
--coastal-breeze:#e2f6f8;
}