Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e5b3d2;
}
.herb-robert {
color: #d7a4e0;
}
.island-light {
color: #a6c6ed;
}
.pacific-harbour {
color: #79b9d7;
}
.boat-house {
color: #4f8eba;
}
/* CSS Variables */
:root {
--gumball:#e5b3d2;
--herb-robert:#d7a4e0;
--island-light:#a6c6ed;
--pacific-harbour:#79b9d7;
--boat-house:#4f8eba;
}