Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3d6b8f;
}
.acapulco-dive {
color: #64addd;
}
.crystal-river {
color: #b2e3f0;
}
.yellow-currant {
color: #f6c76a;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--rainy-lake:#3d6b8f;
--acapulco-dive:#64addd;
--crystal-river:#b2e3f0;
--yellow-currant:#f6c76a;
--breeze-of-chilli:#f76e6e;
}