Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d5a6a5;
}
.rose-aspect {
color: #f0c7c7;
}
.sandy-beach {
color: #f9e2d2;
}
.trapunto {
color: #f6e9b6;
}
.butterfly {
color: #c9d8a6;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d5a6a5;
--rose-aspect:#f0c7c7;
--sandy-beach:#f9e2d2;
--trapunto:#f6e9b6;
--butterfly:#c9d8a6;
}