Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b8;
}
.jemima {
color: #f3d57c;
}
.pale-canary {
color: #f2f4a4;
}
.salvia-blue {
color: #96c3e8;
}
.blackthorn-green {
color: #709e70;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b8;
--jemima:#f3d57c;
--pale-canary:#f2f4a4;
--salvia-blue:#96c3e8;
--blackthorn-green:#709e70;
}