Color names in this palette
CSS code for this palette
/* CSS */
.coastal-calm {
color: #508c91;
}
.cold-front-green {
color: #84b0b3;
}
.open-air {
color: #c7e0df;
}
.milky-maize {
color: #f7d9a1;
}
.childhood-crush {
color: #e06e6c;
}
/* CSS Variables */
:root {
--coastal-calm:#508c91;
--cold-front-green:#84b0b3;
--open-air:#c7e0df;
--milky-maize:#f7d9a1;
--childhood-crush:#e06e6c;
}