Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.frangipane {
color: #f3d5b4;
}
.dingy-sticky-note {
color: #e1f59e;
}
.overtone {
color: #a6e7b8;
}
.magnesia-bay {
color: #5dc8e9;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--frangipane:#f3d5b4;
--dingy-sticky-note:#e1f59e;
--overtone:#a6e7b8;
--magnesia-bay:#5dc8e9;
}