Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e8f1f2;
}
.blue-dam {
color: #a5c6d5;
}
.starflower-blue {
color: #4a95b0;
}
.turkish-stone {
color: #2c7990;
}
.blue-coral {
color: #1d5a6d;
}
/* CSS Variables */
:root {
--ethereal-white:#e8f1f2;
--blue-dam:#a5c6d5;
--starflower-blue:#4a95b0;
--turkish-stone:#2c7990;
--blue-coral:#1d5a6d;
}