Color names in this palette
CSS code for this palette
/* CSS */
.puffy-cloud {
color: #d3e0f3;
}
.artesian-pool {
color: #a3c2e0;
}
.scott-base {
color: #6aa4c8;
}
.valley-of-glaciers {
color: #2b7c9c;
}
.terror-from-the-deep {
color: #1e4a6b;
}
/* CSS Variables */
:root {
--puffy-cloud:#d3e0f3;
--artesian-pool:#a3c2e0;
--scott-base:#6aa4c8;
--valley-of-glaciers:#2b7c9c;
--terror-from-the-deep:#1e4a6b;
}