Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2cf;
}
.sweet-apricot {
color: #ffbda3;
}
.peachy-salmon {
color: #ff9b80;
}
.precious-persimmon {
color: #ff7142;
}
.flame-angelfish {
color: #ff4a2e;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2cf;
--sweet-apricot:#ffbda3;
--peachy-salmon:#ff9b80;
--precious-persimmon:#ff7142;
--flame-angelfish:#ff4a2e;
}