Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d0;
}
.pink-cattleya {
color: #ffb3d1;
}
.blush-hour {
color: #ff7092;
}
.laser-trap {
color: #ff3d6a;
}
.sorx-red {
color: #f50056;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d0;
--pink-cattleya:#ffb3d1;
--blush-hour:#ff7092;
--laser-trap:#ff3d6a;
--sorx-red:#f50056;
}