Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.splash {
color: #f2d79c;
}
.maximum-yellow-red {
color: #f4b548;
}
.fennel {
color: #8ecd9a;
}
.mysterious-blue {
color: #3e7b89;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--splash:#f2d79c;
--maximum-yellow-red:#f4b548;
--fennel:#8ecd9a;
--mysterious-blue:#3e7b89;
}