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