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