Color names in this palette
CSS code for this palette
/* CSS */
.melt-ice {
color: #b3c9e6;
}
.heavenly {
color: #7eb2c4;
}
.cossack-dancer {
color: #4d8b9d;
}
.santorini-blue {
color: #3f6d83;
}
.celtic-rush {
color: #2d4c5d;
}
/* CSS Variables */
:root {
--melt-ice:#b3c9e6;
--heavenly:#7eb2c4;
--cossack-dancer:#4d8b9d;
--santorini-blue:#3f6d83;
--celtic-rush:#2d4c5d;
}