Color names in this palette
CSS code for this palette
/* CSS */
.echo-iris {
color: #b4dff4;
}
.chromis-damsel-blue {
color: #80ceff;
}
.high-blue {
color: #48b1e5;
}
.lvivian-rain {
color: #0088cc;
}
.jetski-race {
color: #005c99;
}
/* CSS Variables */
:root {
--echo-iris:#b4dff4;
--chromis-damsel-blue:#80ceff;
--high-blue:#48b1e5;
--lvivian-rain:#0088cc;
--jetski-race:#005c99;
}