Color names in this palette
CSS code for this palette
/* CSS */
.old-fashioned-pink {
color: #f5c7ce;
}
.first-date {
color: #f4b4a4;
}
.balinese-sunset {
color: #f19f79;
}
.fresh-pineapple {
color: #f2d450;
}
.stem-green {
color: #a9d88d;
}
/* CSS Variables */
:root {
--old-fashioned-pink:#f5c7ce;
--first-date:#f4b4a4;
--balinese-sunset:#f19f79;
--fresh-pineapple:#f2d450;
--stem-green:#a9d88d;
}