Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.terrace-pool {
color: #a3d7e0;
}
.first-of-july {
color: #b9e8f3;
}
.silent-snowfall {
color: #eff7fb;
}
.lion-cub {
color: #f8caa5;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--terrace-pool:#a3d7e0;
--first-of-july:#b9e8f3;
--silent-snowfall:#eff7fb;
--lion-cub:#f8caa5;
}