Color names in this palette
CSS code for this palette
/* CSS */
.sekichiku-pink {
color: #e4afc0;
}
.tender-peach {
color: #f7d5b6;
}
.durango-dust {
color: #f9e29f;
}
.celadon {
color: #aee0b2;
}
.lucea {
color: #76b1e5;
}
/* CSS Variables */
:root {
--sekichiku-pink:#e4afc0;
--tender-peach:#f7d5b6;
--durango-dust:#f9e29f;
--celadon:#aee0b2;
--lucea:#76b1e5;
}