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