Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.strawberry-ice {
color: #e88c8c;
}
.first-date {
color: #f1b2a2;
}
.applesauce {
color: #f9d69a;
}
.smiley-face {
color: #ffc861;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--strawberry-ice:#e88c8c;
--first-date:#f1b2a2;
--applesauce:#f9d69a;
--smiley-face:#ffc861;
}