Color names in this palette
CSS code for this palette
/* CSS */
.icy-landscape {
color: #c7e9f5;
}
.infinity-pool {
color: #92d4e8;
}
.aquella {
color: #5cb7db;
}
.pelorus {
color: #2b95b6;
}
.billabong {
color: #1e7085;
}
/* CSS Variables */
:root {
--icy-landscape:#c7e9f5;
--infinity-pool:#92d4e8;
--aquella:#5cb7db;
--pelorus:#2b95b6;
--billabong:#1e7085;
}