Color names in this palette
CSS code for this palette
/* CSS */
.takaka {
color: #3d4e7b;
}
.blue-heaven {
color: #5b809a;
}
.batch-blue {
color: #84b6c8;
}
.h-o {
color: #c1e1e7;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--takaka:#3d4e7b;
--blue-heaven:#5b809a;
--batch-blue:#84b6c8;
--h-o:#c1e1e7;
--zh-n-zh-b-i-pearl:#f5f9fa;
}