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