Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3a6a8d;
}
.bluebird-feather {
color: #6d9db0;
}
.bluebottle {
color: #8dd2e7;
}
.french-vanilla {
color: #f1e1a7;
}
.autumn-arrival {
color: #f79b69;
}
/* CSS Variables */
:root {
--rainy-lake:#3a6a8d;
--bluebird-feather:#6d9db0;
--bluebottle:#8dd2e7;
--french-vanilla:#f1e1a7;
--autumn-arrival:#f79b69;
}