Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ff9e61;
}
.qing-yellow {
color: #ffcc66;
}
.dublin-jack {
color: #6dab8c;
}
.blue-square {
color: #508d9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ff9e61;
--qing-yellow:#ffcc66;
--dublin-jack:#6dab8c;
--blue-square:#508d9b;
}