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