Color names in this palette
CSS code for this palette
/* CSS */
.sugar-milk {
color: #fffcf5;
}
.flickering-light {
color: #fff1db;
}
.blanched-almond {
color: #ffebcc;
}
.curtsy {
color: #ffd8b8;
}
.peach-crayon {
color: #ffcaa8;
}
/* CSS Variables */
:root {
--sugar-milk:#fffcf5;
--flickering-light:#fff1db;
--blanched-almond:#ffebcc;
--curtsy:#ffd8b8;
--peach-crayon:#ffcaa8;
}