Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.charming-cherry {
color: #ff8f9e;
}
.hard-candy {
color: #ffb8ba;
}
.rising-star {
color: #f6f6d5;
}
.freezing-vapor {
color: #d4e7f7;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--charming-cherry:#ff8f9e;
--hard-candy:#ffb8ba;
--rising-star:#f6f6d5;
--freezing-vapor:#d4e7f7;
}