Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.legacy-blue {
color: #9acce0;
}
.regale-blue {
color: #7db7d4;
}
.tantalize {
color: #649fc9;
}
.boat-house {
color: #4b8abe;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--legacy-blue:#9acce0;
--regale-blue:#7db7d4;
--tantalize:#649fc9;
--boat-house:#4b8abe;
}