Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d8a2a8;
}
.old-flame {
color: #f4b5b3;
}
.dress-up {
color: #f8c6bf;
}
.vanilla-delight {
color: #f5e8d6;
}
.mountain-spring {
color: #d8e1c1;
}
/* CSS Variables */
:root {
--young-at-heart:#d8a2a8;
--old-flame:#f4b5b3;
--dress-up:#f8c6bf;
--vanilla-delight:#f5e8d6;
--mountain-spring:#d8e1c1;
}