Shiny Vaporeon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shiny Vaporeon palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Shiny Vaporeon カラーパレット (PNG) をダウンロード
Shiny Vaporeon カラーパレット CSS
/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b1e0f6;
}
.color-3 {
color: #e5f1ff;
}
.color-4 {
color: #a6d9c7;
}
.color-5 {
color: #f7b6db;
}
/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b1e0f6;
--color-3: #e5f1ff;
--color-4: #a6d9c7;
--color-5: #f7b6db;
}
Shiny Vaporeon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b1e0f6, #e5f1ff, #a6d9c7, #f7b6db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b1e0f6, #e5f1ff, #a6d9c7, #f7b6db);
}
似たようなカラーパレット
Shiny Vaporeon color palette created on .