Shiny Vaporeon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shiny Vaporeon palette

このパレットを共有する先:

Shiny Vaporeon カラーパレット (PNG) をダウンロード

Download shiny vaporeon color palette PNG image (landscape)
Download shiny vaporeon color palette PNG image (square)

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 .