Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d4e5f2;
}
.artesian-pool {
color: #a3c2e0;
}
.dolphin-daze {
color: #66a2b7;
}
.turkish-stone {
color: #2d7c8f;
}
.dark-side {
color: #003f47;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d4e5f2;
--artesian-pool:#a3c2e0;
--dolphin-daze:#66a2b7;
--turkish-stone:#2d7c8f;
--dark-side:#003f47;
}