Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b2;
}
.violet-kiss {
color: #f1a7d2;
}
.canterbury-bells {
color: #b7c4e6;
}
.aqua-wish {
color: #a2e6d3;
}
.brite-gold {
color: #ffdb8f;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b2;
--violet-kiss:#f1a7d2;
--canterbury-bells:#b7c4e6;
--aqua-wish:#a2e6d3;
--brite-gold:#ffdb8f;
}