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