Pastel Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink palette

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

Pastel Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a2bf;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #a6e3d7;
}
.color-4 {
color: #e2b8e5;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #f6a2bf;
--color-2: #f1c84b;
--color-3: #a6e3d7;
--color-4: #e2b8e5;
--color-5: #ff6b6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2bf, #f1c84b, #a6e3d7, #e2b8e5, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2bf, #f1c84b, #a6e3d7, #e2b8e5, #ff6b6b);
}

Pastel Pink color palette created on .