Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b3ae;
}
.tequila {
color: #f4cba4;
}
.invigorating {
color: #f2ebb5;
}
.crystal-rapids {
color: #b3e6d3;
}
.meadow-blossom-blue {
color: #7eb1d7;
}
/* CSS Variables */
:root {
--peach-bud:#f9b3ae;
--tequila:#f4cba4;
--invigorating:#f2ebb5;
--crystal-rapids:#b3e6d3;
--meadow-blossom-blue:#7eb1d7;
}