Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f6e6a2;
}
.australian-apricot {
color: #f3c4a5;
}
.waddles-pink {
color: #f1a7ca;
}
.biloba-flower {
color: #b29ad0;
}
.amethyst {
color: #8a66d1;
}
/* CSS Variables */
:root {
--venetian-yellow:#f6e6a2;
--australian-apricot:#f3c4a5;
--waddles-pink:#f1a7ca;
--biloba-flower:#b29ad0;
--amethyst:#8a66d1;
}