Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1e2b3e;
}
.chinese-porcelain {
color: #3d5b7f;
}
.estuary-blue {
color: #6da2b6;
}
.terrace-pool {
color: #a3d7e0;
}
.solar-power {
color: #f2b636;
}
/* CSS Variables */
:root {
--tangaroa:#1e2b3e;
--chinese-porcelain:#3d5b7f;
--estuary-blue:#6da2b6;
--terrace-pool:#a3d7e0;
--solar-power:#f2b636;
}