{"id":43351,"date":"2022-01-20T10:27:10","date_gmt":"2022-01-20T15:27:10","guid":{"rendered":"https:\/\/expertsgrowthhub.com\/?post_type=epkb_post_type_1&p=43351"},"modified":"2023-04-03T12:48:41","modified_gmt":"2023-04-03T16:48:41","slug":"rainbow-font-css","status":"publish","type":"epkb_post_type_1","link":"https:\/\/expertsgrowthhub.com\/knowledge-library\/rainbow-font-css\/","title":{"rendered":"Rainbow Font CSS"},"content":{"rendered":"

\/* rainbow text blue to green to yellow *\/
\n.rainbow-txt-bl-grn-yl {
\nbackground-color: #f3ec78;
\nbackground-image: linear-gradient(90deg, #01aafa, #fed548);
\nbackground-size: 100%;
\n-webkit-background-clip: text;
\n-moz-background-clip: text;
\n-webkit-text-fill-color: transparent;
\n-moz-text-fill-color: transparent;
\n}<\/p>\n

\/* rainbow text purple to green to orange *\/
\n.rainbow-txt-pp-grn-orng {
\nbackground: #CD237C;
\nbackground: -webkit-linear-gradient(to right, #CD237C 0%, #7E1083 28%, #44D1BB 60%, #FEAB43 100%);
\nbackground: -moz-linear-gradient(to right, #CD237C 0%, #7E1083 28%, #44D1BB 60%, #FEAB43 100%);
\nbackground: linear-gradient(to right, #CD237C 0%, #7E1083 28%, #44D1BB 60%, #FEAB43 100%);
\n-webkit-background-clip: text;
\n-webkit-text-fill-color: transparent;
\n}<\/p>\n

\/* rainbow text purple to green to orange v2 *\/
\n.rainbow-txt-pp-grn-orngv2 {
\nbackground: #7E1083;
\nbackground: -webkit-linear-gradient(to right, #7E1083 0%, #A21477 19%, #44D1BB 65%, #FEAB43 100%);
\nbackground: -moz-linear-gradient(to right, #7E1083 0%, #A21477 19%, #44D1BB 65%, #FEAB43 100%);
\nbackground: linear-gradient(to right, #7E1083 0%, #A21477 19%, #44D1BB 65%, #FEAB43 100%);
\n-webkit-background-clip: text;
\n-webkit-text-fill-color: transparent;
\n}<\/p>\n","protected":false},"excerpt":{"rendered":"

\/* rainbow text blue to green to yellow *\/ .rainbow-txt-bl-grn-yl { background-color: #f3ec78; background-image: linear-gradient(90deg, #01aafa, #fed548); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent;…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false},"epkb_post_type_1_category":[366],"epkb_post_type_1_tag":[],"acf":[],"_links":{"self":[{"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/epkb_post_type_1\/43351"}],"collection":[{"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/epkb_post_type_1"}],"about":[{"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/types\/epkb_post_type_1"}],"author":[{"embeddable":true,"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/comments?post=43351"}],"version-history":[{"count":0,"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/epkb_post_type_1\/43351\/revisions"}],"wp:attachment":[{"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/media?parent=43351"}],"wp:term":[{"taxonomy":"epkb_post_type_1_category","embeddable":true,"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/epkb_post_type_1_category?post=43351"},{"taxonomy":"epkb_post_type_1_tag","embeddable":true,"href":"https:\/\/expertsgrowthhub.com\/wp-json\/wp\/v2\/epkb_post_type_1_tag?post=43351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}