Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.sun-dust {
color: #f6e1a2;
}
.ganon-blue {
color: #a2e1f6;
}
.frosted-hills {
color: #a2f6a2;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--antique-wicker-basket:#f6d2a2;
--sun-dust:#f6e1a2;
--ganon-blue:#a2e1f6;
--frosted-hills:#a2f6a2;
}