Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.faded-sunlight {
color: #ffce6b;
}
.exotic-flower {
color: #ffa04d;
}
.outrageous-orange {
color: #ff6947;
}
.cabbage-blossom-violet {
color: #6e4d7a;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--faded-sunlight:#ffce6b;
--exotic-flower:#ffa04d;
--outrageous-orange:#ff6947;
--cabbage-blossom-violet:#6e4d7a;
}