Color names in this palette
CSS code for this palette
/* CSS */
.country-air {
color: #a1b4c4;
}
.carving-party {
color: #f0c19e;
}
.balinese-sunset {
color: #f19f79;
}
.phoenix-red {
color: #e5735d;
}
.strawberry-milkshake {
color: #d66b89;
}
/* CSS Variables */
:root {
--country-air:#a1b4c4;
--carving-party:#f0c19e;
--balinese-sunset:#f19f79;
--phoenix-red:#e5735d;
--strawberry-milkshake:#d66b89;
}