Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.camellia {
color: #f86859;
}
.sweet-apricot {
color: #f9c1a9;
}
.forsythia-blossom {
color: #f3d66d;
}
.two-peas-in-a-pod {
color: #a3c94f;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--camellia:#f86859;
--sweet-apricot:#f9c1a9;
--forsythia-blossom:#f3d66d;
--two-peas-in-a-pod:#a3c94f;
}