Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.rice-bowl {
color: #f1e7d5;
}
.mountain-laurel {
color: #f5c7d3;
}
.princess {
color: #f1a7b4;
}
.bright-ube {
color: #d4a1e2;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--rice-bowl:#f1e7d5;
--mountain-laurel:#f5c7d3;
--princess:#f1a7b4;
--bright-ube:#d4a1e2;
}