Color names in this palette
CSS code for this palette
/* CSS */
.yreka {
color: #a7b3b9;
}
.parisian-cashmere {
color: #d1c6b8;
}
.rose-tattoo {
color: #e2aa8d;
}
.cream-blush {
color: #f6c598;
}
.first-date {
color: #f3b0a0;
}
/* CSS Variables */
:root {
--yreka:#a7b3b9;
--parisian-cashmere:#d1c6b8;
--rose-tattoo:#e2aa8d;
--cream-blush:#f6c598;
--first-date:#f3b0a0;
}