Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-turquoise {
color: #a2d7cf;
}
.squash-blossom {
color: #f6b83c;
}
.downy-feather {
color: #fbad65;
}
.amour {
color: #f3574f;
}
.viva-magenta {
color: #a34d86;
}
/* CSS Variables */
:root {
--touch-of-turquoise:#a2d7cf;
--squash-blossom:#f6b83c;
--downy-feather:#fbad65;
--amour:#f3574f;
--viva-magenta:#a34d86;
}