Pastel Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pastel Pink palette
Pastel Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #f7b1b5;
}
.color-2 {
color: #f9d6a4;
}
.color-3 {
color: #f3e1a0;
}
.color-4 {
color: #a4dab4;
}
.color-5 {
color: #b3e6e0;
}
/* CSS Variables */
:root {
--color-1: #f7b1b5;
--color-2: #f9d6a4;
--color-3: #f3e1a0;
--color-4: #a4dab4;
--color-5: #b3e6e0;
}
Pastel Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b5, #f9d6a4, #f3e1a0, #a4dab4, #b3e6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b5, #f9d6a4, #f3e1a0, #a4dab4, #b3e6e0);
}
似たようなカラーパレット
Pastel Pink color palette created on .