Color names in this palette
CSS code for this palette
/* CSS */
.pink-beach {
color: #f8c3aa;
}
.squash-blossom {
color: #f6b83c;
}
.yellow-petal {
color: #f1e64b;
}
.jeune-citron {
color: #a8d30d;
}
.weeping-fig {
color: #598929;
}
/* CSS Variables */
:root {
--pink-beach:#f8c3aa;
--squash-blossom:#f6b83c;
--yellow-petal:#f1e64b;
--jeune-citron:#a8d30d;
--weeping-fig:#598929;
}