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