Color names in this palette
CSS code for this palette
/* CSS */
.poodle-skirt {
color: #ffb3ba;
}
.kisses-and-hugs {
color: #ff667d;
}
.chameleon {
color: #d0daaf;
}
.veranda-blue {
color: #66b2b2;
}
.submarine-grey {
color: #4c5b5d;
}
/* CSS Variables */
:root {
--poodle-skirt:#ffb3ba;
--kisses-and-hugs:#ff667d;
--chameleon:#d0daaf;
--veranda-blue:#66b2b2;
--submarine-grey:#4c5b5d;
}