Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.luna-moona {
color: #70c2c2;
}
.egg-toast {
color: #f6c80e;
}
.honey-teriyaki {
color: #f66b0e;
}
.vivid-burgundy {
color: #a31f35;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--luna-moona:#70c2c2;
--egg-toast:#f6c80e;
--honey-teriyaki:#f66b0e;
--vivid-burgundy:#a31f35;
}