UNPKG

rainbow-color-text

Version:
46 lines (43 loc) 2.51 kB
<!DOCTYPE html> <!-- rainbow-color-text - rainbow color text. Copyright (C) 2024-2025 Yu Hongbo, CNOCTAVE This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. --> <html lang="en"> <head> <title>Rainbow Color Text CSS Demo</title> <link href="rainbow-color-text.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Rainbow Color Text CSS Demo</h1> <div class="rainbow-color-text-jet">jet 文字颜色效果</div> <div class="rainbow-color-text-viridis">viridis 文字颜色效果</div> <div class="rainbow-color-text-turbo">turbo 文字颜色效果</div> <div class="rainbow-color-text-cubehelix">cubehelix 文字颜色效果</div> <div class="rainbow-color-text-hsv">hsv 文字颜色效果</div> <div class="rainbow-color-text-rainbow">rainbow 文字颜色效果</div> <div class="rainbow-color-text-hot">hot 文字颜色效果</div> <div class="rainbow-color-text-cool">cool 文字颜色效果</div> <div class="rainbow-color-text-spring">spring 文字颜色效果</div> <div class="rainbow-color-text-summer">summer 文字颜色效果</div> <div class="rainbow-color-text-autumn">autumn 文字颜色效果</div> <div class="rainbow-color-text-winter">winter 文字颜色效果</div> <div class="rainbow-color-text-gray">gray 文字颜色效果</div> <div class="rainbow-color-text-bone">bone 文字颜色效果</div> <div class="rainbow-color-text-copper">copper 文字颜色效果</div> <div class="rainbow-color-text-pink">pink 文字颜色效果</div> <div class="rainbow-color-text-ocean">ocean 文字颜色效果</div> <div class="rainbow-color-text-colorcube">colorcube 文字颜色效果</div> <div class="rainbow-color-text-flag">flag 文字颜色效果</div> <div class="rainbow-color-text-lines">lines 文字颜色效果</div> <div class="rainbow-color-text-prism">prism 文字颜色效果</div> </body> </html>