Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f3b2a0;
}
.taco {
color: #f5c7b2;
}
.khaki-core {
color: #f8e6af;
}
.pineapple-delight {
color: #f0e7a8;
}
.azalea-pink {
color: #f9c3c4;
}
/* CSS Variables */
:root {
--first-date:#f3b2a0;
--taco:#f5c7b2;
--khaki-core:#f8e6af;
--pineapple-delight:#f0e7a8;
--azalea-pink:#f9c3c4;
}