Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4c7b;
}
.blue-dart-frog {
color: #3b7e9b;
}
.blouson-blue {
color: #67b7c5;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.classic-chalk {
color: #f2f5ef;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4c7b;
--blue-dart-frog:#3b7e9b;
--blouson-blue:#67b7c5;
--ice-crystal-blue:#a8e1e0;
--classic-chalk:#f2f5ef;
}