Pink Vee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Vee palette

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

Pink Vee カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c3b1;
}
.color-2 {
color: #f2a6b8;
}
.color-3 {
color: #e679b9;
}
.color-4 {
color: #d56c96;
}
.color-5 {
color: #c6536c;
}

/* CSS Variables */
:root {
--color-1: #f6c3b1;
--color-2: #f2a6b8;
--color-3: #e679b9;
--color-4: #d56c96;
--color-5: #c6536c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c3b1, #f2a6b8, #e679b9, #d56c96, #c6536c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c3b1, #f2a6b8, #e679b9, #d56c96, #c6536c);
}

Pink Vee color palette created on .