Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.lion-cub {
color: #f8caa5;
}
.cymophane-yellow {
color: #f4e4a9;
}
.apple-cream {
color: #b6d7a8;
}
.french-pass {
color: #a3d3e0;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--lion-cub:#f8caa5;
--cymophane-yellow:#f4e4a9;
--apple-cream:#b6d7a8;
--french-pass:#a3d3e0;
}