Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f3a0a7;
}
.dainty-debutante {
color: #f6bbb6;
}
.september-sun {
color: #fbd4a2;
}
.custard-puff {
color: #fcedb0;
}
.storm-lightning {
color: #f8e99b;
}
/* CSS Variables */
:root {
--sweet-60:#f3a0a7;
--dainty-debutante:#f6bbb6;
--september-sun:#fbd4a2;
--custard-puff:#fcedb0;
--storm-lightning:#f8e99b;
}