Pink Vibrance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Vibrance palette

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

Pink Vibrance カラー パレット PNG 画像

Download pink vibrance color palette PNG image (landscape)
Download pink vibrance color palette PNG image (square)

Pink Vibrance カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff3d81;
}
.color-3 {
color: #f84f9e;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #990054;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff3d81;
--color-3: #f84f9e;
--color-4: #d6006f;
--color-5: #990054;
}

Pink Vibrance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff3d81, #f84f9e, #d6006f, #990054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff3d81, #f84f9e, #d6006f, #990054);
}

Pink Vibrance color palette created on .