Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.plum-blossom {
color: #f2a1a1;
}
.consumed-by-fire {
color: #f1801e;
}
.bellini-fizz {
color: #f4c590;
}
.terrace-pool {
color: #a1d7e2;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--plum-blossom:#f2a1a1;
--consumed-by-fire:#f1801e;
--bellini-fizz:#f4c590;
--terrace-pool:#a1d7e2;
}