Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d4e5f2;
}
.island-light {
color: #a7c6e7;
}
.blueberry-soft-blue {
color: #5e96c9;
}
.mykonos {
color: #3a7fbb;
}
.sapphire-lace {
color: #1f5a8e;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d4e5f2;
--island-light:#a7c6e7;
--blueberry-soft-blue:#5e96c9;
--mykonos:#3a7fbb;
--sapphire-lace:#1f5a8e;
}