rainbow-background
Version:
rainbow-background - rainbow background.
46 lines (43 loc) • 2.38 kB
HTML
<!-- rainbow-background - rainbow background.
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 Background CSS Demo</title>
<link href="rainbow-background.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Rainbow Background CSS Demo</h1>
<div class="rainbow-background-jet">jet 背景效果</div>
<div class="rainbow-background-viridis">viridis 背景效果</div>
<div class="rainbow-background-turbo">turbo 背景效果</div>
<div class="rainbow-background-cubehelix">cubehelix 背景效果</div>
<div class="rainbow-background-hsv">hsv 背景效果</div>
<div class="rainbow-background-rainbow">rainbow 背景效果</div>
<div class="rainbow-background-hot">hot 背景效果</div>
<div class="rainbow-background-cool">cool 背景效果</div>
<div class="rainbow-background-spring">spring 背景效果</div>
<div class="rainbow-background-summer">summer 背景效果</div>
<div class="rainbow-background-autumn">autumn 背景效果</div>
<div class="rainbow-background-winter">winter 背景效果</div>
<div class="rainbow-background-gray">gray 背景效果</div>
<div class="rainbow-background-bone">bone 背景效果</div>
<div class="rainbow-background-copper">copper 背景效果</div>
<div class="rainbow-background-pink">pink 背景效果</div>
<div class="rainbow-background-ocean">ocean 背景效果</div>
<div class="rainbow-background-colorcube">colorcube 背景效果</div>
<div class="rainbow-background-flag">flag 背景效果</div>
<div class="rainbow-background-lines">lines 背景效果</div>
<div class="rainbow-background-prism">prism 背景效果</div>
</body>
</html>