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