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