Vivid Pink Party カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vivid Pink Party palette

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

Vivid Pink Party カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d85;
}
.color-2 {
color: #ff9100;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #3edab3;
}
.color-5 {
color: #5e29ff;
}

/* CSS Variables */
:root {
--color-1: #ff4d85;
--color-2: #ff9100;
--color-3: #ffec3d;
--color-4: #3edab3;
--color-5: #5e29ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d85, #ff9100, #ffec3d, #3edab3, #5e29ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d85, #ff9100, #ffec3d, #3edab3, #5e29ff);
}

Vivid Pink Party color palette created on .