Color names in this palette
CSS code for this palette
/* CSS */
.informative-pink {
color: #ff85b1;
}
.pink-cattleya {
color: #ffb3d1;
}
.frozen-landscape {
color: #b3e4ff;
}
.magic-mint {
color: #a5f3cf;
}
.lady-banksia {
color: #ffe6a8;
}
/* CSS Variables */
:root {
--informative-pink:#ff85b1;
--pink-cattleya:#ffb3d1;
--frozen-landscape:#b3e4ff;
--magic-mint:#a5f3cf;
--lady-banksia:#ffe6a8;
}