Color names in this palette
CSS code for this palette
/* CSS */
.cold-current {
color: #1f3e70;
}
.deep-water {
color: #2c709b;
}
.scott-base {
color: #67a3c5;
}
.powder-blue {
color: #b1dfe7;
}
.phellodendron-amurense {
color: #f8c23a;
}
/* CSS Variables */
:root {
--cold-current:#1f3e70;
--deep-water:#2c709b;
--scott-base:#67a3c5;
--powder-blue:#b1dfe7;
--phellodendron-amurense:#f8c23a;
}