Color names in this palette
CSS code for this palette
/* CSS */
.turkish-sea {
color: #1a508e;
}
.ashton-blue {
color: #4a7cba;
}
.undercool {
color: #80c6e0;
}
.intergalactic-blue {
color: #b1e1f1;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--turkish-sea:#1a508e;
--ashton-blue:#4a7cba;
--undercool:#80c6e0;
--intergalactic-blue:#b1e1f1;
--alice-blue:#f0f9ff;
}