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