Color names in this palette
CSS code for this palette
/* CSS */
.rainy-lake {
color: #3e6b8e;
}
.explorer-blue {
color: #5da1b6;
}
.not-a-cloud-in-sight {
color: #82c9d4;
}
.meringue {
color: #f3e4b4;
}
.burning-coals {
color: #f69c6f;
}
/* CSS Variables */
:root {
--rainy-lake:#3e6b8e;
--explorer-blue:#5da1b6;
--not-a-cloud-in-sight:#82c9d4;
--meringue:#f3e4b4;
--burning-coals:#f69c6f;
}