Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.changeling-pink {
color: #f1b1cf;
}
.swiss-rose {
color: #e7d5df;
}
.freezing-vapor {
color: #d6e6f5;
}
.soft-summer-rain {
color: #a2d8f1;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--changeling-pink:#f1b1cf;
--swiss-rose:#e7d5df;
--freezing-vapor:#d6e6f5;
--soft-summer-rain:#a2d8f1;
}