Pink Vampire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Vampire palette

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

Pink Vampire カラーパレット CSS

/* CSS */
.color-1 {
color: #c14484;
}
.color-2 {
color: #ed9cb0;
}
.color-3 {
color: #f6cbd3;
}
.color-4 {
color: #f9dcf1;
}
.color-5 {
color: #d35f86;
}

/* CSS Variables */
:root {
--color-1: #c14484;
--color-2: #ed9cb0;
--color-3: #f6cbd3;
--color-4: #f9dcf1;
--color-5: #d35f86;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c14484, #ed9cb0, #f6cbd3, #f9dcf1, #d35f86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c14484, #ed9cb0, #f6cbd3, #f9dcf1, #d35f86);
}

似たようなカラーパレット

Pink Vampire color palette created on .