Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b3ae;
}
.apricot-flower {
color: #fcbd83;
}
.butter-tart {
color: #fce8a1;
}
.sea-rover {
color: #a1d4e2;
}
.blue-elemental {
color: #4e8bf4;
}
/* CSS Variables */
:root {
--peach-bud:#f9b3ae;
--apricot-flower:#fcbd83;
--butter-tart:#fce8a1;
--sea-rover:#a1d4e2;
--blue-elemental:#4e8bf4;
}