Color names in this palette
CSS code for this palette
/* CSS */
.merlot-magic {
color: #b93c55;
}
.pink-fit {
color: #f6a2b0;
}
.quartz-white {
color: #f2e8e3;
}
.coolbox-ice-turquoise {
color: #499b9c;
}
.sun-salutation {
color: #e8c56d;
}
/* CSS Variables */
:root {
--merlot-magic:#b93c55;
--pink-fit:#f6a2b0;
--quartz-white:#f2e8e3;
--coolbox-ice-turquoise:#499b9c;
--sun-salutation:#e8c56d;
}