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