Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-gourami {
color: #6aa1d7;
}
.heirloom-hydrangea {
color: #3b7dce;
}
.b-dazzled-blue {
color: #2b5b97;
}
.passionate-blue {
color: #1a396b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-gourami:#6aa1d7;
--heirloom-hydrangea:#3b7dce;
--b-dazzled-blue:#2b5b97;
--passionate-blue:#1a396b;
}