Color names in this palette
CSS code for this palette
/* CSS */
.just-pink-enough {
color: #ffebee;
}
.sweet-sixteen {
color: #ffccd1;
}
.funki-porcini {
color: #ef9a9a;
}
.khmer-curry {
color: #ef5552;
}
.akabeni {
color: #c72929;
}
/* CSS Variables */
:root {
--just-pink-enough:#ffebee;
--sweet-sixteen:#ffccd1;
--funki-porcini:#ef9a9a;
--khmer-curry:#ef5552;
--akabeni:#c72929;
}