Color names in this palette
CSS code for this palette
/* CSS */
.blue-team-spirit {
color: #5a87a0;
}
.mountain-bluebird {
color: #4b9abe;
}
.lake-thun {
color: #3dc6db;
}
.light-budgie-blue {
color: #a0d7e9;
}
.zh-n-zh-b-i-pearl {
color: #f6f8f9;
}
/* CSS Variables */
:root {
--blue-team-spirit:#5a87a0;
--mountain-bluebird:#4b9abe;
--lake-thun:#3dc6db;
--light-budgie-blue:#a0d7e9;
--zh-n-zh-b-i-pearl:#f6f8f9;
}