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