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