Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d3e4f8;
}
.island-light {
color: #a6c6ed;
}
.sea-loch {
color: #6b9bd6;
}
.blue-damselfly {
color: #3398db;
}
.jazz-blue {
color: #1f6d9e;
}
/* CSS Variables */
:root {
--freezing-vapor:#d3e4f8;
--island-light:#a6c6ed;
--sea-loch:#6b9bd6;
--blue-damselfly:#3398db;
--jazz-blue:#1f6d9e;
}