Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.peach-temptation {
color: #f1c5b1;
}
.optimistic-yellow {
color: #f4e1a4;
}
.garden-room {
color: #a8d7a8;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--peach-temptation:#f1c5b1;
--optimistic-yellow:#f4e1a4;
--garden-room:#a8d7a8;
--sea-cliff:#a3c7e0;
}