Color names in this palette
CSS code for this palette
/* CSS */
.poodle-skirt {
color: #ffb3ba;
}
.kisses-and-hugs {
color: #ff667d;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.jakarta-skyline {
color: #39305a;
}
.adriatic-blue {
color: #5b8b9a;
}
/* CSS Variables */
:root {
--poodle-skirt:#ffb3ba;
--kisses-and-hugs:#ff667d;
--la-vie-en-rose:#d4a5a5;
--jakarta-skyline:#39305a;
--adriatic-blue:#5b8b9a;
}