Color names in this palette
CSS code for this palette
/* CSS */
.welcome-walkway {
color: #d3c6a6;
}
.blue-shoal {
color: #698c91;
}
.jungle-mist {
color: #b1c4c1;
}
.thundelarra {
color: #e88b78;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--welcome-walkway:#d3c6a6;
--blue-shoal:#698c91;
--jungle-mist:#b1c4c1;
--thundelarra:#e88b78;
--grapefruit-pulp:#ff6e61;
}