Color names in this palette
CSS code for this palette
/* CSS */
.tiara-pink {
color: #d8a6d2;
}
.lavender-blossom {
color: #b77dd8;
}
.royal-lavender {
color: #7d4da8;
}
.sea-cliff {
color: #a3c3e0;
}
.romantic {
color: #ffc59e;
}
/* CSS Variables */
:root {
--tiara-pink:#d8a6d2;
--lavender-blossom:#b77dd8;
--royal-lavender:#7d4da8;
--sea-cliff:#a3c3e0;
--romantic:#ffc59e;
}