Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e8a1c6;
}
.mountain-laurel {
color: #f2cad6;
}
.marshmallow-rose {
color: #f7e4e6;
}
.alhambra-cream {
color: #f8f2e2;
}
.epiphany {
color: #d9c2e0;
}
/* CSS Variables */
:root {
--prettiest-pink:#e8a1c6;
--mountain-laurel:#f2cad6;
--marshmallow-rose:#f7e4e6;
--alhambra-cream:#f8f2e2;
--epiphany:#d9c2e0;
}