Color names in this palette
CSS code for this palette
/* CSS */
.early-sunset {
color: #f4e4d7;
}
.artisan-tea {
color: #d8c3b0;
}
.ballie-scott-sage {
color: #b0b09c;
}
.newman-s-eye {
color: #b1c8e2;
}
.cerulean-frost {
color: #6e9bbf;
}
/* CSS Variables */
:root {
--early-sunset:#f4e4d7;
--artisan-tea:#d8c3b0;
--ballie-scott-sage:#b0b09c;
--newman-s-eye:#b1c8e2;
--cerulean-frost:#6e9bbf;
}