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