Vibrant Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink palette

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

Vibrant Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d9a2;
}
.color-2 {
color: #f5a65c;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d93a6c;
}
.color-5 {
color: #9736b0;
}

/* CSS Variables */
:root {
--color-1: #f6d9a2;
--color-2: #f5a65c;
--color-3: #f76e6e;
--color-4: #d93a6c;
--color-5: #9736b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d9a2, #f5a65c, #f76e6e, #d93a6c, #9736b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d9a2, #f5a65c, #f76e6e, #d93a6c, #9736b0);
}

Vibrant Pink color palette created on .