Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2af;
}
.cymophane-yellow {
color: #f1e4a7;
}
.bay {
color: #b2e0d4;
}
.life-force {
color: #6fb2e2;
}
.cossack-dancer {
color: #4d8c9d;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2af;
--cymophane-yellow:#f1e4a7;
--bay:#b2e0d4;
--life-force:#6fb2e2;
--cossack-dancer:#4d8c9d;
}