Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e1a1;
}
.sundown {
color: #f5c99e;
}
.wisley-pink {
color: #f2a69c;
}
.strawberry-pink {
color: #f26e7d;
}
.california-wine {
color: #d24b66;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e1a1;
--sundown:#f5c99e;
--wisley-pink:#f2a69c;
--strawberry-pink:#f26e7d;
--california-wine:#d24b66;
}