Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f4a4d8;
}
.romantic-morning {
color: #e0b6e2;
}
.windsor-way {
color: #a1c4e8;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.corn-kernel {
color: #ffcba3;
}
/* CSS Variables */
:root {
--violet-kiss:#f4a4d8;
--romantic-morning:#e0b6e2;
--windsor-way:#a1c4e8;
--frosty-soft-blue:#b2e0e0;
--corn-kernel:#ffcba3;
}