Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.thredbo {
color: #76c4d6;
}
.blue-raspberry-seed {
color: #3fa6c6;
}
.algiers-blue {
color: #008fb3;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--thredbo:#76c4d6;
--blue-raspberry-seed:#3fa6c6;
--algiers-blue:#008fb3;
--sea-sight:#007a99;
}