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