Color names in this palette
CSS code for this palette
/* CSS */
.super-pink {
color: #d06da1;
}
.hydrangea-pink {
color: #e6b7c7;
}
.sweetheart {
color: #f1c1d6;
}
.sunset-pink {
color: #f9d7e6;
}
.cherubic {
color: #fce8f1;
}
/* CSS Variables */
:root {
--super-pink:#d06da1;
--hydrangea-pink:#e6b7c7;
--sweetheart:#f1c1d6;
--sunset-pink:#f9d7e6;
--cherubic:#fce8f1;
}