Color names in this palette
CSS code for this palette
/* CSS */
.esprit-peach {
color: #ffc29e;
}
.kisses-and-hugs {
color: #ff667d;
}
.morning-s-egg {
color: #d9bf78;
}
.blue-mirage {
color: #5d6d7e;
}
.canoe-blue {
color: #1b5074;
}
/* CSS Variables */
:root {
--esprit-peach:#ffc29e;
--kisses-and-hugs:#ff667d;
--morning-s-egg:#d9bf78;
--blue-mirage:#5d6d7e;
--canoe-blue:#1b5074;
}