Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.terrace-pool {
color: #a3d7e0;
}
.everest {
color: #a1e2e0;
}
.light-mint {
color: #b7fbbe;
}
.bicycle-yellow {
color: #ffe58f;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--terrace-pool:#a3d7e0;
--everest:#a1e2e0;
--light-mint:#b7fbbe;
--bicycle-yellow:#ffe58f;
}