Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f3c9d2;
}
.pink-fit {
color: #f1a7b1;
}
.dimple {
color: #e97c8c;
}
.lovely-little-rosy {
color: #e65b69;
}
.faded-red {
color: #d6434f;
}
/* CSS Variables */
:root {
--mountain-laurel:#f3c9d2;
--pink-fit:#f1a7b1;
--dimple:#e97c8c;
--lovely-little-rosy:#e65b69;
--faded-red:#d6434f;
}