Color names in this palette
CSS code for this palette
/* CSS */
.global-warming {
color: #f3d8d3;
}
.chantilly {
color: #eab8c9;
}
.precious-pink {
color: #f5b2b3;
}
.coral-fountain {
color: #e3a5a1;
}
.memorable-rose {
color: #d08b8b;
}
/* CSS Variables */
:root {
--global-warming:#f3d8d3;
--chantilly:#eab8c9;
--precious-pink:#f5b2b3;
--coral-fountain:#e3a5a1;
--memorable-rose:#d08b8b;
}