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