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