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