Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d5e6f1;
}
.blue-bows {
color: #a5c1d5;
}
.estuary-blue {
color: #6da2b6;
}
.adrift {
color: #4b8e9b;
}
.king-tide {
color: #2b707d;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d5e6f1;
--blue-bows:#a5c1d5;
--estuary-blue:#6da2b6;
--adrift:#4b8e9b;
--king-tide:#2b707d;
}