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