Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.nature-apricot {
color: #ffb9a3;
}
.egg-cream {
color: #ffda8f;
}
.lemon-verbena {
color: #f3e86d;
}
.blue-click {
color: #a7d6e7;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--nature-apricot:#ffb9a3;
--egg-cream:#ffda8f;
--lemon-verbena:#f3e86d;
--blue-click:#a7d6e7;
}