Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a5d1e9;
}
.big-chill {
color: #80c7e5;
}
.sail-away {
color: #53b3df;
}
.astrolabe-reef {
color: #2c9dce;
}
.bayern-blue {
color: #0096d6;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a5d1e9;
--big-chill:#80c7e5;
--sail-away:#53b3df;
--astrolabe-reef:#2c9dce;
--bayern-blue:#0096d6;
}