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