Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.lazy-daisy {
color: #f6e8a2;
}
.frosted-hills {
color: #a2f6a2;
}
.pale-king-s-blue {
color: #a2f6e8;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--antique-wicker-basket:#f6d2a2;
--lazy-daisy:#f6e8a2;
--frosted-hills:#a2f6a2;
--pale-king-s-blue:#a2f6e8;
}