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