Color names in this palette
CSS code for this palette
/* CSS */
.new-heights {
color: #d1e6f5;
}
.island-light {
color: #a6c7e8;
}
.blue-gourami {
color: #6b9fdb;
}
.ashton-blue {
color: #4b79b4;
}
.regal-destiny {
color: #2c4d8c;
}
/* CSS Variables */
:root {
--new-heights:#d1e6f5;
--island-light:#a6c7e8;
--blue-gourami:#6b9fdb;
--ashton-blue:#4b79b4;
--regal-destiny:#2c4d8c;
}