Color names in this palette
CSS code for this palette
/* CSS */
.dainty-apricot {
color: #ffc58f;
}
.peach-crayon {
color: #ffcaa8;
}
.pandora-s-box {
color: #ffdbb8;
}
.chilled-lemonade {
color: #ffeb94;
}
.zard-yellow {
color: #ffe433;
}
/* CSS Variables */
:root {
--dainty-apricot:#ffc58f;
--peach-crayon:#ffcaa8;
--pandora-s-box:#ffdbb8;
--chilled-lemonade:#ffeb94;
--zard-yellow:#ffe433;
}