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