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