Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.himalayan-balsam {
color: #ff9eca;
}
.dream-setting {
color: #ff7abd;
}
.kisses {
color: #ff5cb6;
}
.artificial-strawberry {
color: #ff3dab;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--himalayan-balsam:#ff9eca;
--dream-setting:#ff7abd;
--kisses:#ff5cb6;
--artificial-strawberry:#ff3dab;
}