Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b3;
}
.citrus-sachet {
color: #f1c6a7;
}
.optimistic-yellow {
color: #f4e1a4;
}
.southern-belle {
color: #a7d7c4;
}
.wavelet {
color: #7bc2d1;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b3;
--citrus-sachet:#f1c6a7;
--optimistic-yellow:#f4e1a4;
--southern-belle:#a7d7c4;
--wavelet:#7bc2d1;
}