Pink Prissy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Prissy palette

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

Pink Prissy カラーパレット CSS

/* CSS */
.color-1 {
color: #f4becc;
}
.color-2 {
color: #eea0b1;
}
.color-3 {
color: #e66b9a;
}
.color-4 {
color: #d44975;
}
.color-5 {
color: #bf3b62;
}

/* CSS Variables */
:root {
--color-1: #f4becc;
--color-2: #eea0b1;
--color-3: #e66b9a;
--color-4: #d44975;
--color-5: #bf3b62;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4becc, #eea0b1, #e66b9a, #d44975, #bf3b62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4becc, #eea0b1, #e66b9a, #d44975, #bf3b62);
}

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

Pink Prissy color palette created on .