Color names in this palette
CSS code for this palette
/* CSS */
.rose-elegance {
color: #e9a5b5;
}
.mountain-laurel {
color: #f6c6d7;
}
.rosie-posie {
color: #f1e4eb;
}
.applesauce {
color: #f9d69a;
}
.first-date {
color: #f4b39f;
}
/* CSS Variables */
:root {
--rose-elegance:#e9a5b5;
--mountain-laurel:#f6c6d7;
--rosie-posie:#f1e4eb;
--applesauce:#f9d69a;
--first-date:#f4b39f;
}