Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d84b3b;
}
.balinese-sunset {
color: #f1a179;
}
.pasta {
color: #f8e2af;
}
.freshman {
color: #e7f6c1;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--warming-heart:#d84b3b;
--balinese-sunset:#f1a179;
--pasta:#f8e2af;
--freshman:#e7f6c1;
--lime-lizard:#a3d55d;
}