Color names in this palette
CSS code for this palette
/* CSS */
.pinque {
color: #f0a3b1;
}
.sweet-taffy {
color: #eab8d2;
}
.summer-cosmos {
color: #f8d3e2;
}
.yellow-petal {
color: #f0e34c;
}
.highlight-gold {
color: #e1bf6b;
}
/* CSS Variables */
:root {
--pinque:#f0a3b1;
--sweet-taffy:#eab8d2;
--summer-cosmos:#f8d3e2;
--yellow-petal:#f0e34c;
--highlight-gold:#e1bf6b;
}