Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.deco-shell {
color: #f9d5c8;
}
.flan {
color: #f6e3b6;
}
.aquarelle-green {
color: #e2f3e4;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--deco-shell:#f9d5c8;
--flan:#f6e3b6;
--aquarelle-green:#e2f3e4;
--terrace-pool:#a3d6e0;
}