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