Vibrant Inspiration カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Inspiration palette

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

Vibrant Inspiration カラー パレット PNG 画像

Download vibrant inspiration color palette PNG image (landscape)
Download vibrant inspiration color palette PNG image (square)

Vibrant Inspiration カラーパレット CSS

/* CSS */
.color-1 {
color: #ff94b8;
}
.color-2 {
color: #ffbaa3;
}
.color-3 {
color: #fee5a4;
}
.color-4 {
color: #81ebfe;
}
.color-5 {
color: #15b1f4;
}

/* CSS Variables */
:root {
--color-1: #ff94b8;
--color-2: #ffbaa3;
--color-3: #fee5a4;
--color-4: #81ebfe;
--color-5: #15b1f4;
}

Vibrant Inspiration の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff94b8, #ffbaa3, #fee5a4, #81ebfe, #15b1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff94b8, #ffbaa3, #fee5a4, #81ebfe, #15b1f4);
}

Vibrant Inspiration color palette created on .