Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.barrel {
color: #f5b06b;
}
.forsythia-blossom {
color: #f3d66d;
}
.hospital-green {
color: #92e3a7;
}
.tourmaline-turquoise {
color: #4f9c99;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--barrel:#f5b06b;
--forsythia-blossom:#f3d66d;
--hospital-green:#92e3a7;
--tourmaline-turquoise:#4f9c99;
}