Color names in this palette
CSS code for this palette
/* CSS */
.sekichiku-pink {
color: #e5a9b9;
}
.frangipane {
color: #f5d6b2;
}
.duck-egg-cream {
color: #c9e4d4;
}
.water-wash {
color: #aac6e4;
}
.french-lilac {
color: #e2b1d8;
}
/* CSS Variables */
:root {
--sekichiku-pink:#e5a9b9;
--frangipane:#f5d6b2;
--duck-egg-cream:#c9e4d4;
--water-wash:#aac6e4;
--french-lilac:#e2b1d8;
}