Color names in this palette
CSS code for this palette
/* CSS */
.little-beaux-blue {
color: #b8d5c3;
}
.cornflower-lilac {
color: #ffadad;
}
.esprit-peach {
color: #ffc29e;
}
.semi-sweet-chocolate {
color: #6a4125;
}
.morning-s-egg {
color: #d9bf78;
}
/* CSS Variables */
:root {
--little-beaux-blue:#b8d5c3;
--cornflower-lilac:#ffadad;
--esprit-peach:#ffc29e;
--semi-sweet-chocolate:#6a4125;
--morning-s-egg:#d9bf78;
}