Color names in this palette
CSS code for this palette
/* CSS */
.soap {
color: #d2c7f5;
}
.frozen-whisper {
color: #8bbeda;
}
.glassmith {
color: #4bb7c3;
}
.durango-dust {
color: #fbe5a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--soap:#d2c7f5;
--frozen-whisper:#8bbeda;
--glassmith:#4bb7c3;
--durango-dust:#fbe5a2;
--grapefruit-pulp:#ff6e61;
}