Color names in this palette
CSS code for this palette
/* CSS */
.dark-slate-blue {
color: #1f4c61;
}
.blue-square {
color: #4f8d9c;
}
.cold-front-green {
color: #80b3b3;
}
.filtered-forest {
color: #b7e1d4;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--dark-slate-blue:#1f4c61;
--blue-square:#4f8d9c;
--cold-front-green:#80b3b3;
--filtered-forest:#b7e1d4;
--zh-n-zh-b-i-pearl:#f5f9fa;
}