Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.romantic-morning {
color: #e0b6e2;
}
.lavender-blossom {
color: #b484d2;
}
.amethyst {
color: #9b6ac8;
}
.just-a-fairytale {
color: #6b5c99;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--romantic-morning:#e0b6e2;
--lavender-blossom:#b484d2;
--amethyst:#9b6ac8;
--just-a-fairytale:#6b5c99;
}