Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.fair-aqua {
color: #b5e3d8;
}
.lantern-light {
color: #f5eab8;
}
.mystic-tulip {
color: #f9b2a4;
}
.tequila {
color: #f3d2a5;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--fair-aqua:#b5e3d8;
--lantern-light:#f5eab8;
--mystic-tulip:#f9b2a4;
--tequila:#f3d2a5;
}