Color names in this palette
CSS code for this palette
/* CSS */
.pinque {
color: #f0a3b0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.gentlemann-s-business-pants {
color: #f1e48e;
}
.hello-summer {
color: #4db8ff;
}
/* CSS Variables */
:root {
--pinque:#f0a3b0;
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--gentlemann-s-business-pants:#f1e48e;
--hello-summer:#4db8ff;
}