Color names in this palette
CSS code for this palette
/* CSS */
.pink-pleasure {
color: #ffe0e3;
}
.satin-ribbon {
color: #ffd6da;
}
.sweet-sixteen {
color: #ffccd1;
}
.hard-candy {
color: #ffb8bc;
}
.poodle-skirt {
color: #ffadb6;
}
/* CSS Variables */
:root {
--pink-pleasure:#ffe0e3;
--satin-ribbon:#ffd6da;
--sweet-sixteen:#ffccd1;
--hard-candy:#ffb8bc;
--poodle-skirt:#ffadb6;
}