Color names in this palette
CSS code for this palette
/* CSS */
.twinkle {
color: #afc4d4;
}
.puppy-love {
color: #e4b9c1;
}
.soft-butter {
color: #f6e1b6;
}
.pompelmo {
color: #ff6b6b;
}
.kir-royale-rose {
color: #b65d7c;
}
/* CSS Variables */
:root {
--twinkle:#afc4d4;
--puppy-love:#e4b9c1;
--soft-butter:#f6e1b6;
--pompelmo:#ff6b6b;
--kir-royale-rose:#b65d7c;
}