Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f7a1d3;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.light-budgie-blue {
color: #a1d5e8;
}
.frosted-hills {
color: #b1f2a6;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--violet-kiss:#f7a1d3;
--hot-aquarelle-pink:#ffb3e4;
--light-budgie-blue:#a1d5e8;
--frosted-hills:#b1f2a6;
--tiger-yellow:#ffdf80;
}