Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.vibrant {
color: #ffd54d;
}
.kul-sharif-blue {
color: #84d3f5;
}
.blue-hepatica {
color: #6b5be6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--vibrant:#ffd54d;
--kul-sharif-blue:#84d3f5;
--blue-hepatica:#6b5be6;
}