Color names in this palette
CSS code for this palette
/* CSS */
.blair {
color: #a1c2e3;
}
.pacific-harbour {
color: #74b6d8;
}
.ship-s-harbour {
color: #4e88b1;
}
.china-pattern {
color: #3e5b7a;
}
.biro-blue {
color: #2f3946;
}
/* CSS Variables */
:root {
--blair:#a1c2e3;
--pacific-harbour:#74b6d8;
--ship-s-harbour:#4e88b1;
--china-pattern:#3e5b7a;
--biro-blue:#2f3946;
}