Vibrant Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink palette

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

Vibrant Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #6b42ff;
}
.color-4 {
color: #00b8a8;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb86b;
--color-3: #6b42ff;
--color-4: #00b8a8;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb86b, #6b42ff, #00b8a8, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb86b, #6b42ff, #00b8a8, #ffcc00);
}

Vibrant Pink color palette created on .