Color names in this palette
CSS code for this palette
/* CSS */
.amalfi-coast {
color: #2d81b9;
}
.disembark {
color: #5bb2d7;
}
.thresher-shark {
color: #90cbe4;
}
.snowdrift-glow {
color: #d4e5f2;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--amalfi-coast:#2d81b9;
--disembark:#5bb2d7;
--thresher-shark:#90cbe4;
--snowdrift-glow:#d4e5f2;
--child-of-light:#f1f5f8;
}