Color names in this palette
CSS code for this palette
/* CSS */
.lasting-thoughts {
color: #d4e3b0;
}
.manga-pink {
color: #f8b4db;
}
.aqua-bay {
color: #b7e1c9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--lasting-thoughts:#d4e3b0;
--manga-pink:#f8b4db;
--aqua-bay:#b7e1c9;
--grapefruit-pulp:#ff6e61;
--bright-khaki:#f0e78e;
}