Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.azure-blue {
color: #4b93c3;
}
.blue-dart-frog {
color: #3b7d9b;
}
.terror-from-the-deep {
color: #1e4a6b;
}
.black-chasm {
color: #0e2c39;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--azure-blue:#4b93c3;
--blue-dart-frog:#3b7d9b;
--terror-from-the-deep:#1e4a6b;
--black-chasm:#0e2c39;
}