Vibrant Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink palette

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

Vibrant Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe59e;
}
.color-4 {
color: #44e4b1;
}
.color-5 {
color: #3d91e6;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb84d;
--color-3: #ffe59e;
--color-4: #44e4b1;
--color-5: #3d91e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb84d, #ffe59e, #44e4b1, #3d91e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb84d, #ffe59e, #44e4b1, #3d91e6);
}

Vibrant Pink color palette created on .