Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.pink-hydrangea {
color: #f9c2b9;
}
.forgotten-sunset {
color: #fdd5af;
}
.bright-khaki {
color: #f3e78c;
}
.apple-bob {
color: #d3e6a3;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--pink-hydrangea:#f9c2b9;
--forgotten-sunset:#fdd5af;
--bright-khaki:#f3e78c;
--apple-bob:#d3e6a3;
}