Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink palette

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

Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f4c99f;
}
.color-3 {
color: #f5e0a8;
}
.color-4 {
color: #d1e7a2;
}
.color-5 {
color: #a2d7e2;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f4c99f;
--color-3: #f5e0a8;
--color-4: #d1e7a2;
--color-5: #a2d7e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f4c99f, #f5e0a8, #d1e7a2, #a2d7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f4c99f, #f5e0a8, #d1e7a2, #a2d7e2);
}

Pastel Pink color palette created on .