Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #ebb9b2;
}
.frangipane {
color: #f6d4b1;
}
.venetian-yellow {
color: #f7e6a1;
}
.basil-smash {
color: #b5e2a2;
}
.deluxe-days {
color: #8ec9e6;
}
/* CSS Variables */
:root {
--beauty-bush:#ebb9b2;
--frangipane:#f6d4b1;
--venetian-yellow:#f7e6a1;
--basil-smash:#b5e2a2;
--deluxe-days:#8ec9e6;
}