Blue Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Sunset palette
Blue Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #5bbfe6;
}
.color-2 {
color: #e0f5f2;
}
.color-3 {
color: #f3e4aa;
}
.color-4 {
color: #f99858;
}
.color-5 {
color: #f26e7d;
}
/* CSS Variables */
:root {
--color-1: #5bbfe6;
--color-2: #e0f5f2;
--color-3: #f3e4aa;
--color-4: #f99858;
--color-5: #f26e7d;
}
Blue Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bbfe6, #e0f5f2, #f3e4aa, #f99858, #f26e7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bbfe6, #e0f5f2, #f3e4aa, #f99858, #f26e7d);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Blue Sunset color palette created on .