Color names in this palette
CSS code for this palette
/* CSS */
.esprit-peach {
color: #ffc29e;
}
.kisses-and-hugs {
color: #ff667d;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.jakarta-skyline {
color: #39305a;
}
.atlantic-wave {
color: #3e7a78;
}
/* CSS Variables */
:root {
--esprit-peach:#ffc29e;
--kisses-and-hugs:#ff667d;
--la-vie-en-rose:#d4a5a5;
--jakarta-skyline:#39305a;
--atlantic-wave:#3e7a78;
}