Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.juzcar-blue {
color: #a2d6f6;
}
.frosted-hills {
color: #a2f6a2;
}
.pale-turquoise {
color: #a2f6d4;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--antique-wicker-basket:#f6d4a2;
--juzcar-blue:#a2d6f6;
--frosted-hills:#a2f6a2;
--pale-turquoise:#a2f6d4;
}