Color names in this palette
CSS code for this palette
/* CSS */
.husky {
color: #e0e8ff;
}
.angela-bay {
color: #a7bee7;
}
.windstorm {
color: #6999c3;
}
.blue-dart-frog {
color: #3d7b9e;
}
.3am-in-shibuya {
color: #1f4e7a;
}
/* CSS Variables */
:root {
--husky:#e0e8ff;
--angela-bay:#a7bee7;
--windstorm:#6999c3;
--blue-dart-frog:#3d7b9e;
--3am-in-shibuya:#1f4e7a;
}