Rainbow Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rainbow Vibes palette

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

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

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

Rainbow Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5c8a;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffe95c;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #57c4ff;
}

/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #ff9d4d;
--color-3: #ffe95c;
--color-4: #7fd959;
--color-5: #57c4ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #ff9d4d, #ffe95c, #7fd959, #57c4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #ff9d4d, #ffe95c, #7fd959, #57c4ff);
}

Rainbow Vibes color palette created on .