Color names in this palette
CSS code for this palette
/* CSS */
.preppy-rose {
color: #d16b8b;
}
.rose-elegance {
color: #e8a1b7;
}
.mountain-laurel {
color: #f6c6d7;
}
.pink-tutu {
color: #f9e6e9;
}
.hydrangea-pink {
color: #e6b3c8;
}
/* CSS Variables */
:root {
--preppy-rose:#d16b8b;
--rose-elegance:#e8a1b7;
--mountain-laurel:#f6c6d7;
--pink-tutu:#f9e6e9;
--hydrangea-pink:#e6b3c8;
}