Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.frozen-salmon {
color: #fda791;
}
.nature-apricot {
color: #ffbaa3;
}
.lemon-slice {
color: #fff8a8;
}
.chickery-chick {
color: #ffe98f;
}
/* CSS Variables */
:root {
--white:#ffffff;
--frozen-salmon:#fda791;
--nature-apricot:#ffbaa3;
--lemon-slice:#fff8a8;
--chickery-chick:#ffe98f;
}