Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f3a5df;
}
.peach-damask {
color: #f7c6a6;
}
.venetian-yellow {
color: #f5e59e;
}
.terrace-pool {
color: #a1dae2;
}
.astro-zinger {
color: #7c7cbb;
}
/* CSS Variables */
:root {
--hanami-pink:#f3a5df;
--peach-damask:#f7c6a6;
--venetian-yellow:#f5e59e;
--terrace-pool:#a1dae2;
--astro-zinger:#7c7cbb;
}