Vintage Rainbow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vintage Rainbow palette

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

Vintage Rainbow カラー パレット PNG 画像

Download vintage rainbow color palette PNG image (landscape)
Download vintage rainbow color palette PNG image (square)

Vintage Rainbow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a4b8;
}
.color-2 {
color: #fcd67e;
}
.color-3 {
color: #b2e09e;
}
.color-4 {
color: #7f7cbb;
}
.color-5 {
color: #f25a76;
}

/* CSS Variables */
:root {
--color-1: #f9a4b8;
--color-2: #fcd67e;
--color-3: #b2e09e;
--color-4: #7f7cbb;
--color-5: #f25a76;
}

Vintage Rainbow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b8, #fcd67e, #b2e09e, #7f7cbb, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b8, #fcd67e, #b2e09e, #7f7cbb, #f25a76);
}

Vintage Rainbow color palette created on .