Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.barley-white {
color: #f6e4b6;
}
.flash-in-the-pan {
color: #ff997a;
}
.brink-pink {
color: #f55b7f;
}
.violet-magican {
color: #623b8c;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--barley-white:#f6e4b6;
--flash-in-the-pan:#ff997a;
--brink-pink:#f55b7f;
--violet-magican:#623b8c;
}