Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.citrus-sachet {
color: #f4c5a9;
}
.soft-butter {
color: #f6e1b6;
}
.swimming-pool-green {
color: #a7d3c0;
}
.tropical-escape {
color: #4bb9b5;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--citrus-sachet:#f4c5a9;
--soft-butter:#f6e1b6;
--swimming-pool-green:#a7d3c0;
--tropical-escape:#4bb9b5;
}